10 lines
182 B
C#
10 lines
182 B
C#
namespace RB_MES_APICore.Models.Request
|
|
{
|
|
public class ERPMoInfoEntity
|
|
{
|
|
public string erpNo { get; set; }
|
|
|
|
public string conveyDate { get; set; }
|
|
}
|
|
}
|