From 5a3f8fe4c563f26c745e70a1fcc000af78744d14 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期日, 01 九月 2024 14:17:39 +0800 Subject: [PATCH] qq --- MES.Service/Dto/service/MESInvItemOutItems.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/MES.Service/Dto/service/MESInvItemOutItems.cs b/MES.Service/Dto/service/MESInvItemOutItems.cs index e399091..6c2dde3 100644 --- a/MES.Service/Dto/service/MESInvItemOutItems.cs +++ b/MES.Service/Dto/service/MESInvItemOutItems.cs @@ -4,41 +4,41 @@ public class MESInvItemOutItems { - [SugarColumn(ColumnName = "REMARK")] public string Remark { get; set; } + [SugarColumn(ColumnName = "REMARK")] public string? Remark { get; set; } - [SugarColumn(ColumnName = "PBILL_NO")] public string PbillNo { get; set; } + [SugarColumn(ColumnName = "PBILL_NO")] public string? PbillNo { get; set; } [SugarColumn(ColumnName = "ITEM_OUT_ID")] - public string ItemOutId { get; set; } + public string? ItemOutId { get; set; } [SugarColumn(ColumnName = "RK_QTY")] public decimal RkQty { get; set; } [SugarColumn(ColumnName = "TL_QTY")] public decimal TlQty { get; set; } [SugarColumn(ColumnName = "WORK_LINE")] - public string WorkLine { get; set; } + public string? WorkLine { get; set; } [SugarColumn(ColumnName = "QUANTITY")] public decimal Quantity { get; set; } - [SugarColumn(ColumnName = "ITEM_NO")] public string ItemNo { get; set; } + [SugarColumn(ColumnName = "ITEM_NO")] public string? ItemNo { get; set; } [SugarColumn(ColumnName = "KT_QTY")] public decimal KtQty { get; set; } // 鍓╀綑鍙�� [SugarColumn(ColumnName = "DEPOT_SECTION_CODE")] - public string DepotSectionCode { get; set; } + public string? DepotSectionCode { get; set; } [SugarColumn(ColumnName = "ITEM_MODEL")] - public string ItemModel { get; set; } + public string? ItemModel { get; set; } [SugarColumn(ColumnName = "ITEM_NAME")] - public string ItemName { get; set; } + public string? ItemName { get; set; } - [SugarColumn(ColumnName = "CGB014")] public string Cgb014 { get; set; } + [SugarColumn(ColumnName = "CGB014")] public string? Cgb014 { get; set; } [SugarColumn(ColumnName = "STAFF_NAME")] - public string StaffName { get; set; } + public string? StaffName { get; set; } [SugarColumn(ColumnName = "DEPOT_CODE")] - public string DepotCode { get; set; } + public string? DepotCode { get; set; } } \ No newline at end of file -- Gitblit v1.9.3