From ef01f86ce5c84f04edc3ba67e74a5263d86f238d Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 19 十一月 2024 08:40:20 +0800
Subject: [PATCH] 11

---
 entity/MesInvItemBarcodes.cs |  406 ++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 243 insertions(+), 163 deletions(-)

diff --git a/entity/MesInvItemBarcodes.cs b/entity/MesInvItemBarcodes.cs
index 126aec7..98c2ca1 100644
--- a/entity/MesInvItemBarcodes.cs
+++ b/entity/MesInvItemBarcodes.cs
@@ -12,418 +12,498 @@
         ///  
         /// 榛樿鍊�: (newid())
         ///</summary>
-         [SugarColumn(ColumnName="guid" ,IsPrimaryKey = true   )]
-         public Guid Guid { get; set; }
+        [SugarColumn(ColumnName = "guid", IsPrimaryKey = true)]
+        public Guid Guid { get; set; }
+
         /// <summary>
         /// 鐗╂枡鏉$爜 
         ///</summary>
-         [SugarColumn(ColumnName="ITEM_BARCODE"    )]
-         public string ItemBarcode { get; set; }
+        [SugarColumn(ColumnName = "ITEM_BARCODE")]
+        public string? ItemBarcode { get; set; }
+
         /// <summary>
         /// 瀹㈡埛鎴愬搧缂栫爜 
         ///</summary>
-         [SugarColumn(ColumnName="C_PRODUCT_CODE"    )]
-         public string CProductCode { get; set; }
+        [SugarColumn(ColumnName = "C_PRODUCT_CODE")]
+        public string? CProductCode { get; set; }
+
         /// <summary>
         /// 瀹㈡埛鐗╂枡鏉$爜 
         ///</summary>
-         [SugarColumn(ColumnName="C_ITEM_BARCODE"    )]
-         public string CItemBarcode { get; set; }
+        [SugarColumn(ColumnName = "C_ITEM_BARCODE")]
+        public string? CItemBarcode { get; set; }
+
         /// <summary>
         /// 瀹㈡埛鐗╂枡缂栫爜 
         ///</summary>
-         [SugarColumn(ColumnName="C_ITEM_CODE"    )]
-         public string CItemCode { get; set; }
+        [SugarColumn(ColumnName = "C_ITEM_CODE")]
+        public string? CItemCode { get; set; }
+
         /// <summary>
         /// 鏈徃鐗╂枡缂栫爜 
         ///</summary>
-         [SugarColumn(ColumnName="ITEM_NO"    )]
-         public string ItemNo { get; set; }
+        [SugarColumn(ColumnName = "ITEM_NO")]
+        public string? ItemNo { get; set; }
+
         /// <summary>
         /// 鍘傚鎵规 
         ///</summary>
-         [SugarColumn(ColumnName="LOT_NO"    )]
-         public string LotNo { get; set; }
+        [SugarColumn(ColumnName = "LOT_NO")]
+        public string? LotNo { get; set; }
+
         /// <summary>
         /// 鏁伴噺 
         /// 榛樿鍊�: ((0))
         ///</summary>
-         [SugarColumn(ColumnName="QUANTITY"    )]
-         public decimal? Quantity { get; set; }
+        [SugarColumn(ColumnName = "QUANTITY")]
+        public decimal? Quantity { get; set; }
+
         /// <summary>
         /// 鏄惁鐜繚(0:鍚�,1:鏄�) 
         ///</summary>
-         [SugarColumn(ColumnName="EP_FLAG"    )]
-         public bool? EpFlag { get; set; }
+        [SugarColumn(ColumnName = "EP_FLAG")]
+        public bool? EpFlag { get; set; }
+
         /// <summary>
         /// 鐢熶骇宸ュ崟 
         ///</summary>
-         [SugarColumn(ColumnName="TASK_NO"    )]
-         public string TaskNo { get; set; }
+        [SugarColumn(ColumnName = "TASK_NO")]
+        public string? TaskNo { get; set; }
+
         /// <summary>
         /// 鍒涘缓浜� 
         ///</summary>
-         [SugarColumn(ColumnName="CREATE_BY"    )]
-         public string CreateBy { get; set; }
+        [SugarColumn(ColumnName = "CREATE_BY")]
+        public string? CreateBy { get; set; }
+
         /// <summary>
         /// 鍒涘缓鏃堕棿 
         ///</summary>
-         [SugarColumn(ColumnName="CREATE_DATE"    )]
-         public DateTime? CreateDate { get; set; }
+        [SugarColumn(ColumnName = "CREATE_DATE")]
+        public DateTime? CreateDate { get; set; }
+
         /// <summary>
         /// 鏈�鍚庢洿鏂颁汉 
         ///</summary>
-         [SugarColumn(ColumnName="LASTUPDATE_BY"    )]
-         public string LastupdateBy { get; set; }
+        [SugarColumn(ColumnName = "LASTUPDATE_BY")]
+        public string? LastupdateBy { get; set; }
+
         /// <summary>
         /// 鏈�鍚庢洿鏂版椂闂� 
         ///</summary>
-         [SugarColumn(ColumnName="LASTUPDATE_DATE"    )]
-         public DateTime? LastupdateDate { get; set; }
+        [SugarColumn(ColumnName = "LASTUPDATE_DATE")]
+        public DateTime? LastupdateDate { get; set; }
+
         /// <summary>
         /// 瀹㈡埛缂栧彿 
         ///</summary>
-         [SugarColumn(ColumnName="CUST_NO"    )]
-         public string CustNo { get; set; }
+        [SugarColumn(ColumnName = "CUST_NO")]
+        public string? CustNo { get; set; }
+
         /// <summary>
         /// 鐗╂枡鏉$爜娉ㄩ噴琛孾鍐椾綑锛屾潯鐮侀噸鎵撲娇鐢╙ 
         ///</summary>
-         [SugarColumn(ColumnName="ITEM_BARCODE_TEXT"    )]
-         public string ItemBarcodeText { get; set; }
+        [SugarColumn(ColumnName = "ITEM_BARCODE_TEXT")]
+        public string? ItemBarcodeText { get; set; }
+
         /// <summary>
         /// 鍘烶SN鐗╂枡鏉$爜 
         ///</summary>
-         [SugarColumn(ColumnName="OLD_ITEM_BARCODE"    )]
-         public string OldItemBarcode { get; set; }
+        [SugarColumn(ColumnName = "OLD_ITEM_BARCODE")]
+        public string? OldItemBarcode { get; set; }
+
         /// <summary>
         /// SAP鏀惰揣鐗╂枡鍑瘉鍙�    --閲囪喘鍗曞彿 
         ///</summary>
-         [SugarColumn(ColumnName="MBLNR"    )]
-         public string Mblnr { get; set; }
+        [SugarColumn(ColumnName = "MBLNR")]
+        public string? Mblnr { get; set; }
+
         /// <summary>
         /// SAP鏀惰揣鐗╂枡鍑瘉琛屽彿  --閲囪喘鍗曡鍙� 
         ///</summary>
-         [SugarColumn(ColumnName="ZEILE"    )]
-         public int? Zeile { get; set; }
+        [SugarColumn(ColumnName = "ZEILE")]
+        public int? Zeile { get; set; }
+
         /// <summary>
         /// 鏀舵枡琛↖D 
         ///</summary>
-         [SugarColumn(ColumnName="ROH_IN_ID"    )]
-         public long? RohInId { get; set; }
+        [SugarColumn(ColumnName = "ROH_IN_ID")]
+        public long? RohInId { get; set; }
+
         /// <summary>
         /// 0涓烘湁鏁堟潯鐮侊紱1涓烘棤鏁堟潯鐮� 
         /// 榛樿鍊�: ((0))
         ///</summary>
-         [SugarColumn(ColumnName="BARCODESTATUS"    )]
-         public bool? Barcodestatus { get; set; }
+        [SugarColumn(ColumnName = "BARCODESTATUS")]
+        public bool? Barcodestatus { get; set; }
+
         /// <summary>
         /// 鍘熷鏁伴噺 
         /// 榛樿鍊�: ((0))
         ///</summary>
-         [SugarColumn(ColumnName="OLDQTY"    )]
-         public long? Oldqty { get; set; }
+        [SugarColumn(ColumnName = "OLDQTY")]
+        public long? Oldqty { get; set; }
+
         /// <summary>
         /// 浣跨敤鏁伴噺 
         /// 榛樿鍊�: ((0))
         ///</summary>
-         [SugarColumn(ColumnName="USEQTY"    )]
-         public long? Useqty { get; set; }
+        [SugarColumn(ColumnName = "USEQTY")]
+        public long? Useqty { get; set; }
+
         /// <summary>
         /// 0鍦ㄥ簱锛�1鍦ㄧ嚎锛�2浣滃簾 
         /// 榛樿鍊�: ((0))
         ///</summary>
-         [SugarColumn(ColumnName="LOCATION"    )]
-         public byte? Location { get; set; }
+        [SugarColumn(ColumnName = "LOCATION")]
+        public byte? Location { get; set; }
+
         /// <summary>
         /// 鍗曚綅 
         ///</summary>
-         [SugarColumn(ColumnName="UNIT"    )]
-         public string Unit { get; set; }
+        [SugarColumn(ColumnName = "UNIT")]
+        public string? Unit { get; set; }
+
         /// <summary>
         /// 閲嶉噺锛堝崟浣嶏細鍏枻锛� 
         /// 榛樿鍊�: ((0))
         ///</summary>
-         [SugarColumn(ColumnName="WEIGHT_UNIT"    )]
-         public decimal? WeightUnit { get; set; }
+        [SugarColumn(ColumnName = "WEIGHT_UNIT")]
+        public decimal? WeightUnit { get; set; }
+
         /// <summary>
         /// 鍗曚环 
         ///</summary>
-         [SugarColumn(ColumnName="PRICE"    )]
-         public decimal? Price { get; set; }
+        [SugarColumn(ColumnName = "PRICE")]
+        public decimal? Price { get; set; }
+
         /// <summary>
         /// 鍘熸潯鐮佹暟閲� 
         ///</summary>
-         [SugarColumn(ColumnName="OLD_BAR_QUANTITY"    )]
-         public long? OldBarQuantity { get; set; }
+        [SugarColumn(ColumnName = "OLD_BAR_QUANTITY")]
+        public long? OldBarQuantity { get; set; }
+
         /// <summary>
         /// 姹囨�绘潯鐮� 
         ///</summary>
-         [SugarColumn(ColumnName="SUM_BARCODE"    )]
-         public string SumBarcode { get; set; }
+        [SugarColumn(ColumnName = "SUM_BARCODE")]
+        public string? SumBarcode { get; set; }
+
         /// <summary>
         /// 鎵规鏃ユ湡 
         ///</summary>
-         [SugarColumn(ColumnName="LOT_DATE"    )]
-         public string LotDate { get; set; }
+        [SugarColumn(ColumnName = "LOT_DATE")]
+        public string? LotDate { get; set; }
+
         /// <summary>
         /// 鎴愬搧鏉$爜 
         ///</summary>
-         [SugarColumn(ColumnName="MOCODE"    )]
-         public string Mocode { get; set; }
+        [SugarColumn(ColumnName = "MOCODE")]
+        public string? Mocode { get; set; }
+
         /// <summary>
         /// 澶囨敞 
         ///</summary>
-         [SugarColumn(ColumnName="MEMO"    )]
-         public string Memo { get; set; }
+        [SugarColumn(ColumnName = "MEMO")]
+        public string? Memo { get; set; }
+
         /// <summary>
         /// 渚涘簲鍟嗙紪鍙� 
         ///</summary>
-         [SugarColumn(ColumnName="SUPP_NO"    )]
-         public string SuppNo { get; set; }
+        [SugarColumn(ColumnName = "SUPP_NO")]
+        public string? SuppNo { get; set; }
+
         /// <summary>
         /// 鍙戣揣浣嶇疆 
         ///</summary>
-         [SugarColumn(ColumnName="SPOSTION"    )]
-         public string Spostion { get; set; }
+        [SugarColumn(ColumnName = "SPOSTION")]
+        public string? Spostion { get; set; }
+
         /// <summary>
         /// 鍒拌揣浣嶇疆 
         ///</summary>
-         [SugarColumn(ColumnName="EPOSTION"    )]
-         public string Epostion { get; set; }
+        [SugarColumn(ColumnName = "EPOSTION")]
+        public string? Epostion { get; set; }
+
         /// <summary>
         /// 鐗╂枡鍚嶇О 
         ///</summary>
-         [SugarColumn(ColumnName="ITEM_SNAME"    )]
-         public string ItemSname { get; set; }
+        [SugarColumn(ColumnName = "ITEM_SNAME")]
+        public string? ItemSname { get; set; }
+
         /// <summary>
         /// 鏄惁鍙 
         /// 榛樿鍊�: ((0))
         ///</summary>
-         [SugarColumn(ColumnName="VISABLE"    )]
-         public bool? Visable { get; set; }
+        [SugarColumn(ColumnName = "VISABLE")]
+        public bool? Visable { get; set; }
+
         /// <summary>
         /// 澶栧彂鎵规鍙� 
         ///</summary>
-         [SugarColumn(ColumnName="TR_LOTNO"    )]
-         public string TrLotno { get; set; }
+        [SugarColumn(ColumnName = "TR_LOTNO")]
+        public string? TrLotno { get; set; }
+
         /// <summary>
         /// 鍙戣揣鏃ユ湡 
         ///</summary>
-         [SugarColumn(ColumnName="FLEZZ_DATE"    )]
-         public DateTime? FlezzDate { get; set; }
+        [SugarColumn(ColumnName = "FLEZZ_DATE")]
+        public DateTime? FlezzDate { get; set; }
+
         /// <summary>
         /// 澶栧彂鍘熷洜 
         ///</summary>
-         [SugarColumn(ColumnName="FLEZZ_REASON"    )]
-         public string FlezzReason { get; set; }
+        [SugarColumn(ColumnName = "FLEZZ_REASON")]
+        public string? FlezzReason { get; set; }
+
         /// <summary>
         /// 澶栧彂浜� 
         ///</summary>
-         [SugarColumn(ColumnName="FLEZZ_BY"    )]
-         public string FlezzBy { get; set; }
+        [SugarColumn(ColumnName = "FLEZZ_BY")]
+        public string? FlezzBy { get; set; }
+
         /// <summary>
         /// 鍙戣揣鏈� 
         /// 榛樿鍊�: ((0))
         ///</summary>
-         [SugarColumn(ColumnName="DELANY_MONTH"    )]
-         public int? DelanyMonth { get; set; }
+        [SugarColumn(ColumnName = "DELANY_MONTH")]
+        public int? DelanyMonth { get; set; }
+
         /// <summary>
         /// 鏄惁鏈�灏忓寘瑁� 
         ///</summary>
-         [SugarColumn(ColumnName="MINPACK_FLAG"    )]
-         public bool? MinpackFlag { get; set; }
+        [SugarColumn(ColumnName = "MINPACK_FLAG")]
+        public bool? MinpackFlag { get; set; }
+
         /// <summary>
         /// 鎵撳嵃ID 
         ///</summary>
-         [SugarColumn(ColumnName="PRINT_ID"    )]
-         public string PrintId { get; set; }
+        [SugarColumn(ColumnName = "PRINT_ID")]
+        public string? PrintId { get; set; }
+
         /// <summary>
         /// 鐜鐗╂枡 
         ///</summary>
-         [SugarColumn(ColumnName="EP_ITEM"    )]
-         public string EpItem { get; set; }
+        [SugarColumn(ColumnName = "EP_ITEM")]
+        public string? EpItem { get; set; }
+
         /// <summary>
         /// 宸ュ巶 
         ///</summary>
-         [SugarColumn(ColumnName="FACTORY"    )]
-         public string Factory { get; set; }
+        [SugarColumn(ColumnName = "FACTORY")]
+        public string? Factory { get; set; }
+
         /// <summary>
         /// 鍏徃 
         ///</summary>
-         [SugarColumn(ColumnName="COMPANY"    )]
-         public string Company { get; set; }
+        [SugarColumn(ColumnName = "COMPANY")]
+        public string? Company { get; set; }
+
         /// <summary>
         /// 鍙戠エ鍙风爜 
         ///</summary>
-         [SugarColumn(ColumnName="CB_NO"    )]
-         public string CbNo { get; set; }
+        [SugarColumn(ColumnName = "CB_NO")]
+        public string? CbNo { get; set; }
+
         /// <summary>
         /// 琛屽彿 
         ///</summary>
-         [SugarColumn(ColumnName="LINFLINE"    )]
-         public string Linfline { get; set; }
+        [SugarColumn(ColumnName = "LINFLINE")]
+        public string? Linfline { get; set; }
+
         /// <summary>
         /// 鏈夋晥鏃堕棿 
         ///</summary>
-         [SugarColumn(ColumnName="VALID_TIME"    )]
-         public DateTime? ValidTime { get; set; }
+        [SugarColumn(ColumnName = "VALID_TIME")]
+        public DateTime? ValidTime { get; set; }
+
         /// <summary>
         /// 璐ㄦ鐘舵�� 
         ///</summary>
-         [SugarColumn(ColumnName="IQC_STATUS"    )]
-         public string IqcStatus { get; set; }
+        [SugarColumn(ColumnName = "IQC_STATUS")]
+        public string? IqcStatus { get; set; }
+
         /// <summary>
         /// 杞﹀彿 
         ///</summary>
-         [SugarColumn(ColumnName="FCAR"    )]
-         public string Fcar { get; set; }
+        [SugarColumn(ColumnName = "FCAR")]
+        public string? Fcar { get; set; }
+
         /// <summary>
         /// 姣涢噸 
         ///</summary>
-         [SugarColumn(ColumnName="GWEIGHT"    )]
-         public string Gweight { get; set; }
+        [SugarColumn(ColumnName = "GWEIGHT")]
+        public string? Gweight { get; set; }
+
         /// <summary>
         /// 鍑�閲� 
         ///</summary>
-         [SugarColumn(ColumnName="NWEIGHT"    )]
-         public string Nweight { get; set; }
+        [SugarColumn(ColumnName = "NWEIGHT")]
+        public string? Nweight { get; set; }
+
         /// <summary>
         /// 鎵╁睍鏃ユ湡 
         ///</summary>
-         [SugarColumn(ColumnName="EXT_DATE"    )]
-         public long? ExtDate { get; set; }
+        [SugarColumn(ColumnName = "EXT_DATE")]
+        public long? ExtDate { get; set; }
+
         /// <summary>
         /// 鏉$爜绫诲瀷 
         ///</summary>
-         [SugarColumn(ColumnName="BARCODETYPE"    )]
-         public string Barcodetype { get; set; }
+        [SugarColumn(ColumnName = "BARCODETYPE")]
+        public string? Barcodetype { get; set; }
+
         /// <summary>
         /// 渚涘簲鍟嗗悕绉� 
         ///</summary>
-         [SugarColumn(ColumnName="SUPP_NAME"    )]
-         public string SuppName { get; set; }
+        [SugarColumn(ColumnName = "SUPP_NAME")]
+        public string? SuppName { get; set; }
+
         /// <summary>
         /// 鍙戠エ缂栧彿 
         ///</summary>
-         [SugarColumn(ColumnName="BILL_NO"    )]
-         public string BillNo { get; set; }
+        [SugarColumn(ColumnName = "BILL_NO")]
+        public string? BillNo { get; set; }
+
         /// <summary>
         /// 鏄惁绱ф�� 
         ///</summary>
-         [SugarColumn(ColumnName="URGENT_FLAG"    )]
-         public bool? UrgentFlag { get; set; }
+        [SugarColumn(ColumnName = "URGENT_FLAG")]
+        public bool? UrgentFlag { get; set; }
+
         /// <summary>
         /// 棰滆壊鍚嶇О 
         ///</summary>
-         [SugarColumn(ColumnName="COLOR_NAME"    )]
-         public string ColorName { get; set; }
+        [SugarColumn(ColumnName = "COLOR_NAME")]
+        public string? ColorName { get; set; }
+
         /// <summary>
         /// 鏉垮瀷 
         ///</summary>
-         [SugarColumn(ColumnName="BOARD_STYLE"    )]
-         public string BoardStyle { get; set; }
+        [SugarColumn(ColumnName = "BOARD_STYLE")]
+        public string? BoardStyle { get; set; }
+
         /// <summary>
         /// 鍒涘缓鏃ユ湡 
         ///</summary>
-         [SugarColumn(ColumnName="INS_DATE"    )]
-         public DateTime? InsDate { get; set; }
+        [SugarColumn(ColumnName = "INS_DATE")]
+        public DateTime? InsDate { get; set; }
+
         /// <summary>
         /// 宸ュ簭绾� 
         ///</summary>
-         [SugarColumn(ColumnName="WORK_LINE"    )]
-         public int? WorkLine { get; set; }
+        [SugarColumn(ColumnName = "WORK_LINE")]
+        public int? WorkLine { get; set; }
+
         /// <summary>
         /// 涓嶈壇澶囨敞 
         ///</summary>
-         [SugarColumn(ColumnName="MEMO_BAD"    )]
-         public string MemoBad { get; set; }
+        [SugarColumn(ColumnName = "MEMO_BAD")]
+        public string? MemoBad { get; set; }
+
         /// <summary>
         /// 宸ュ崟 
         ///</summary>
-         [SugarColumn(ColumnName="WORK_NO"    )]
-         public string WorkNo { get; set; }
+        [SugarColumn(ColumnName = "WORK_NO")]
+        public string? WorkNo { get; set; }
+
         /// <summary>
         /// 鍒拌揣鏍囪 
         /// 榛樿鍊�: ((0))
         ///</summary>
-         [SugarColumn(ColumnName="COME_FLG"    )]
-         public bool? ComeFlg { get; set; }
+        [SugarColumn(ColumnName = "COME_FLG")]
+        public bool? ComeFlg { get; set; }
+
         /// <summary>
         /// 琛屽彿 
         ///</summary>
-         [SugarColumn(ColumnName="LINE_NO"    )]
-         public string LineNo { get; set; }
+        [SugarColumn(ColumnName = "LINE_NO")]
+        public string? LineNo { get; set; }
+
         /// <summary>
         /// 涓濆嵃鏁伴噺 
         /// 榛樿鍊�: ((0))
         ///</summary>
-         [SugarColumn(ColumnName="SILK_PQTY"    )]
-         public long? SilkPqty { get; set; }
+        [SugarColumn(ColumnName = "SILK_PQTY")]
+        public long? SilkPqty { get; set; }
+
         /// <summary>
         /// 涓濆嵃瑙勬牸 
         ///</summary>
-         [SugarColumn(ColumnName="SILK"    )]
-         public string Silk { get; set; }
+        [SugarColumn(ColumnName = "SILK")]
+        public string? Silk { get; set; }
+
         /// <summary>
         /// 涓濆嵃ID 
         ///</summary>
-         [SugarColumn(ColumnName="SILK_ID"    )]
-         public long? SilkId { get; set; }
+        [SugarColumn(ColumnName = "SILK_ID")]
+        public long? SilkId { get; set; }
+
         /// <summary>
         /// 宸ュ崟鐘舵�� 
         /// 榛樿鍊�: ((0))
         ///</summary>
-         [SugarColumn(ColumnName="WORK_FLG"    )]
-         public bool? WorkFlg { get; set; }
+        [SugarColumn(ColumnName = "WORK_FLG")]
+        public bool? WorkFlg { get; set; }
+
         /// <summary>
         /// 宸ュ崟鏈�鍚庤 
         ///</summary>
-         [SugarColumn(ColumnName="WORK_LAST"    )]
-         public int? WorkLast { get; set; }
+        [SugarColumn(ColumnName = "WORK_LAST")]
+        public int? WorkLast { get; set; }
+
         /// <summary>
         /// HBDY 
         ///</summary>
-         [SugarColumn(ColumnName="HBDY"    )]
-         public int? Hbdy { get; set; }
+        [SugarColumn(ColumnName = "HBDY")]
+        public int? Hbdy { get; set; }
+
         /// <summary>
         /// HBDYTM 
         ///</summary>
-         [SugarColumn(ColumnName="HBDYTM"    )]
-         public int? Hbdytm { get; set; }
+        [SugarColumn(ColumnName = "HBDYTM")]
+        public int? Hbdytm { get; set; }
+
         /// <summary>
         /// 宸ュ簭鏃堕棿 
         ///</summary>
-         [SugarColumn(ColumnName="WORK_FLGTIME"    )]
-         public string WorkFlgtime { get; set; }
+        [SugarColumn(ColumnName = "WORK_FLGTIME")]
+        public string? WorkFlgtime { get; set; }
+
         /// <summary>
         /// K3ID璁㈠崟 
         ///</summary>
-         [SugarColumn(ColumnName="EBELN_K3ID"    )]
-         public long? EbelnK3id { get; set; }
+        [SugarColumn(ColumnName = "EBELN_K3ID")]
+        public long? EbelnK3id { get; set; }
+
         /// <summary>
         /// K3ID琛� 
         ///</summary>
-         [SugarColumn(ColumnName="LINE_K3ID"    )]
-         public long? LineK3id { get; set; }
+        [SugarColumn(ColumnName = "LINE_K3ID")]
+        public long? LineK3id { get; set; }
+
         /// <summary>
         /// 鐗╂枡ID 
         ///</summary>
-         [SugarColumn(ColumnName="ITEM_ID"    )]
-         public long? ItemId { get; set; }
+        [SugarColumn(ColumnName = "ITEM_ID")]
+        public long? ItemId { get; set; }
+
         /// <summary>
         ///  
         ///</summary>
-         [SugarColumn(ColumnName="GX_ID"    )]
-         public long? GxId { get; set; }
+        [SugarColumn(ColumnName = "GX_ID")]
+        public long? GxId { get; set; }
+
         /// <summary>
         /// 涓存椂鎵归噺guid 
         ///</summary>
-         [SugarColumn(ColumnName="tmpGuid"    )]
-         public Guid? TmpGuid { get; set; }
+        [SugarColumn(ColumnName = "tmpGuid")]
+        public Guid? TmpGuid { get; set; }
+
         /// <summary>
         /// 渚涘簲鍟唅d 
         ///</summary>
-         [SugarColumn(ColumnName="supp_id"    )]
-         public string SuppId { get; set; }
+        [SugarColumn(ColumnName = "supp_id")]
+        public string? SuppId { get; set; }
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3