From 761c4fe6b12c340153dbd0c9c785992eac895ba8 Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期五, 25 七月 2025 21:39:28 +0800 Subject: [PATCH] 代码提交 --- StandardPda/MES.Service/Dto/webApi/ErpCAA.cs | 52 +++++++++++++++++++++++++++------------------------- 1 files changed, 27 insertions(+), 25 deletions(-) diff --git a/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs b/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs index 87fc63e..9eb5b37 100644 --- a/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs +++ b/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs @@ -6,8 +6,8 @@ public string? Type { get; set; } public string? FBillNo { get; set; } public string? FWorkShopID { get; set; } - public string? FRoutingId { get; set; } - public string? FREMWorkShopId { get; set; } + //public string? FRoutingId { get; set; } + //public string? FREMWorkShopId { get; set; } public string? FStockId { get; set; } public string? FDate { get; set; } public string? FBillType { get; set; } @@ -26,12 +26,7 @@ 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; } - public string? PLAN_SEQ { get; set; } - public string? PLAN_NUM { get; set; } public string? FSrcBillType { get; set; } public string? FSrcBillNo { get; set; } public string? FSrcBillEntrySeq { get; set; } @@ -41,31 +36,38 @@ 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; } - //public string? F_ZSXG_KH { get; set; } 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; } - //public string? Caa024 { get; set; } - //public string? Caa025 { get; set; } - //public string? ErpRkhz { get; set; } - //public string? ErpRkzz { get; set; } public string? FPrdOrgId { get; set; } public string? FEnTrustOrgId { get; set; } + + public string? FBOMType { get; set; } + public decimal? FBOMMaster { get; set; } + public string? FBOMAlternate { get; set; } + public string? FBOMEffeDate { get; set; } + public string? FRoutingAlternate { get; set; } + public string? FRoutingEffeDate { get; set; } + public decimal? FMRPQty { get; set; } + public DateTime? FActualStartDate { get; set; } + public DateTime? FActualCompleteDate { get; set; } + public string? FMOSourceDocType { get; set; } + public decimal? FProject { get; set; } + public decimal? FOwnerOrg { get; set; } + public string? FCreatedBy { get; set; } + public DateTime? FCreatedOn { get; set; } + public decimal? FTotalStartQty { get; set; } + public decimal? FTotalCompleteQty { get; set; } + public decimal? FTotalRcvQty { get; set; } + public decimal? FTotalReworkingQty { get; set; } + public string? FReasonForRework { get; set; } + public decimal? FIsForceWholeSet { get; set; } + + public string? FPrevMO { get; set; } + public string? TypeA { get; set; } - //濮斿瀛楁 - public string? F_ZJXF_DATETIME_YHRQ { get; set; } - public string? F_ZJXF_BASE_KH { get; set; } - - //娌冨皵鏂板 鐢熶骇閫氱煡鍗� 銆� 鍨嬪彿 - public string? F_SCDD_SCTZD { get; set; } - public string? F_SCDD_XH { get; set; } + } \ No newline at end of file -- Gitblit v1.9.3