From 09cb3ccb6891eba2d6c1e6ab58d34b35c2298563 Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期五, 05 九月 2025 13:13:47 +0800 Subject: [PATCH] 优化 --- StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs b/StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs index fdd5138..ec42cf5 100644 --- a/StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs +++ b/StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs @@ -211,5 +211,48 @@ ///</summary> [SugarColumn(ColumnName = "ERPID")] public string? Erpid { get; set; } + + /// <summary> + /// 璋冨嚭搴撳瓨缁勭粐 + ///</summary> + [SugarColumn(ColumnName = "DC_KC")] + public string? DcKc { get; set; } + /// <summary> + /// 璋冨叆搴撳瓨缁勭粐 + ///</summary> + [SugarColumn(ColumnName = "DR_KC")] + public string? DrKc { get; set; } + + + /// <summary> + /// 璋冨叆璐т富 + ///</summary> + [SugarColumn(ColumnName = "DR_HZ")] + public string? DrHz { get; set; } + /// <summary> + /// 璋冨叆浠撳簱 + ///</summary> + [SugarColumn(ColumnName = "DR_CK")] + public string? DrCk { get; set; } + /// <summary> + /// 璋冨嚭閮ㄩ棬 + ///</summary> + [SugarColumn(ColumnName = "DC_BM")] + public string? DcBm { get; set; } + /// <summary> + /// 璋冨叆閮ㄩ棬 + ///</summary> + [SugarColumn(ColumnName = "DR_BM")] + public string? DrBm { get; set; } + /// <summary> + /// MES绫诲瀷 + ///</summary> + [SugarColumn(ColumnName = "TYPE2")] + public string? Type2 { get; set; } + /// <summary> + /// 渚涘簲鍟� + ///</summary> + [SugarColumn(ColumnName = "GYS")] + public string? Gys { get; set; } } } -- Gitblit v1.9.3