From eb744ecfecc0f1b6d9c0999c65bc740d93e30eda Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 22 一月 2025 13:38:52 +0800 Subject: [PATCH] 新增接口 --- StandardPda/MES.Service/Dto/webApi/ErpCAA.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs b/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs index 8c2391e..87fc63e 100644 --- a/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs +++ b/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs @@ -24,7 +24,9 @@ public string? FStockInLimitL { get; set; } public string? FMTONO { get; set; } public string? FLot { get; set; } + public string? FBomId { get; set; } + //public string? FXSHTH { get; set; } public string? FCreateType { get; set; } public string? PLAN_ID { get; set; } @@ -38,7 +40,7 @@ public string? FForceCloserId { get; set; } public string? FCloseType { get; set; } public string? FSrcSplitBillNo { get; set; } - + //public string? erP_SCZZ { get; set; } //public string? erP_WTZZ { get; set; } //public string? F_ZJXF_YHRQ { get; set; } @@ -46,6 +48,7 @@ public string? FDescription { get; set; } public string? BTBZ { get; set; } + //public string? fsubentryid { get; set; } //public string? FPurOrderNo { get; set; } //public string? FPurOrderEntrySeq { get; set; } @@ -65,5 +68,4 @@ //娌冨皵鏂板 鐢熶骇閫氱煡鍗� 銆� 鍨嬪彿 public string? F_SCDD_SCTZD { get; set; } public string? F_SCDD_XH { get; set; } - } \ No newline at end of file -- Gitblit v1.9.3