qqq
This commit is contained in:
21
Models/Pangu/R030.cs
Normal file
21
Models/Pangu/R030.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
namespace RB_MES_APICore.Models.Pangu
|
||||
{
|
||||
/// <summary>
|
||||
/// 工单需求变更推送单实体
|
||||
/// </summary>
|
||||
public class R030
|
||||
{
|
||||
public string QUEUE_ID { get; set; }
|
||||
public string ERP_MO { get; set; }
|
||||
public string MO_SEQ { get; set; }
|
||||
public string P_QTY { get; set; }
|
||||
public string MTRL_ID { get; set; }
|
||||
public string DOSAGE { get; set; }
|
||||
public string NN_QTY { get; set; }
|
||||
public string TN_QTY { get; set; }
|
||||
public string SEQ { get; set; }
|
||||
public string POINT_STR { get; set; }
|
||||
public string IS_BACK { get; set; }
|
||||
public string MTRL_VER { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user