qqq
This commit is contained in:
19
Models/Pangu/MO_WORK.cs
Normal file
19
Models/Pangu/MO_WORK.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
namespace RB_MES_APICore.Models.Pangu
|
||||
{
|
||||
/// <summary>
|
||||
/// 工单报工数据单实体
|
||||
/// </summary>
|
||||
public class MO_WORK
|
||||
{
|
||||
public string QUEUE_ID { get; set; }
|
||||
public string TRX_DATE { get; set; }
|
||||
public string STORE_ID { get; set; }
|
||||
public string ERP_MO { get; set; }
|
||||
public string MO_SEQ { get; set; }
|
||||
public string MTRL_ID { get; set; }
|
||||
public string QUANTITY { get; set; }
|
||||
public string REMARK { get; set; }
|
||||
public string SEQ { get; set; }
|
||||
public string MTRL_VER { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user