From 3dfa3d93337cca6363b0e138c74f80af96431b83 Mon Sep 17 00:00:00 2001 From: 展杰 <1240968267@qq.com> Date: 星期五, 16 八月 2024 08:58:54 +0800 Subject: [PATCH] 合并上格最新代码 --- MES.Service/Modes/MesInvItemStocks.cs | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/MES.Service/Modes/MesInvItemStocks.cs b/MES.Service/Modes/MesInvItemStocks.cs index c3c46e1..2a5a4d1 100644 --- a/MES.Service/Modes/MesInvItemStocks.cs +++ b/MES.Service/Modes/MesInvItemStocks.cs @@ -9,7 +9,7 @@ public class MesInvItemStocks { /// <summary> - /// SEQ_ME_ID + /// SEQ_ME_ID /// </summary> [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_ME_ID", IsPrimaryKey = true)] @@ -19,25 +19,25 @@ /// 鐢熶骇璁㈠崟 /// </summary> [SugarColumn(ColumnName = "TASK_NO")] - public string TaskNo { get; set; } + public string? TaskNo { get; set; } /// <summary> /// 鐗╂枡鏉$爜 /// </summary> [SugarColumn(ColumnName = "ITEM_BARCODE")] - public string ItemBarcode { get; set; } + public string? ItemBarcode { get; set; } /// <summary> /// 瀹㈡埛鐗╂枡缂栫爜锛堟棤鏉$爜鎵嬪伐褰曞叆锛屾湁鏉$爜涓哄啑浣欏瓧娈碉級 /// </summary> [SugarColumn(ColumnName = "C_ITEM_CODE")] - public string CItemCode { get; set; } + public string? CItemCode { get; set; } /// <summary> /// 鏈徃鐗╂枡缂栫爜锛堟棤鏉$爜鎵嬪伐褰曞叆锛屾湁鏉$爜涓哄啑浣欏瓧娈碉級 /// </summary> [SugarColumn(ColumnName = "ITEM_NO")] - public string ItemNo { get; set; } + public string? ItemNo { get; set; } /// <summary> /// 瀛愬簱id @@ -55,7 +55,7 @@ /// 鍘傚鎵规 /// </summary> [SugarColumn(ColumnName = "LOT_NO")] - public string LotNo { get; set; } + public string? LotNo { get; set; } /// <summary> /// 鏁伴噺 @@ -73,7 +73,7 @@ /// 瀹㈡埛缂栫爜 /// </summary> [SugarColumn(ColumnName = "CUSTOMER_NO")] - public string CustomerNo { get; set; } + public string? CustomerNo { get; set; } /// <summary> /// 閲嶉噺 @@ -85,13 +85,13 @@ /// 瀛愬簱CODE /// </summary> [SugarColumn(ColumnName = "DEPOTS_CODE")] - public string DepotsCode { get; set; } + public string? DepotsCode { get; set; } /// <summary> /// 璐т綅CODE /// </summary> [SugarColumn(ColumnName = "DEPOT_SECTIONS_CODE")] - public string DepotSectionsCode { get; set; } + public string? DepotSectionsCode { get; set; } /// <summary> /// 妫�楠屾棩鏈� @@ -115,25 +115,25 @@ /// 宸ュ巶缂栧彿 /// </summary> [SugarColumn(ColumnName = "FACTORY")] - public string Factory { get; set; } + public string? Factory { get; set; } /// <summary> /// 鍏徃缂栧彿 /// </summary> [SugarColumn(ColumnName = "COMPANY")] - public string Company { get; set; } + public string? Company { get; set; } /// <summary> /// 璐ㄦ鐘舵�� /// </summary> [SugarColumn(ColumnName = "IQC_STATUS")] - public string IqcStatus { get; set; } + public string? IqcStatus { get; set; } /// <summary> /// 灏忚溅鏉$爜 /// </summary> [SugarColumn(ColumnName = "FCAR")] - public string Fcar { get; set; } + public string? Fcar { get; set; } /// <summary> /// 鍐荤粨鎻愪氦閲嶆锛�0锛氬喕缁撴湭鎻愪氦閲嶆锛�1锛氬喕缁撳苟鎻愪氦閲嶆 @@ -145,7 +145,7 @@ /// 鎻愪氦閲嶆浜� /// </summary> [SugarColumn(ColumnName = "VISABLE_SUBMIT_BY")] - public string VisableSubmitBy { get; set; } + public string? VisableSubmitBy { get; set; } /// <summary> /// 鎻愪氦閲嶆鏃堕棿 @@ -157,13 +157,13 @@ /// 浜у搧鍨嬪彿 /// </summary> [SugarColumn(ColumnName = "BOARD_STYLE")] - public string BoardStyle { get; set; } + public string? BoardStyle { get; set; } /// <summary> /// 浠诲姟鍗曞彿 /// </summary> [SugarColumn(ColumnName = "WORK_NO")] - public string WorkNo { get; set; } + public string? WorkNo { get; set; } /// <summary> /// 浠诲姟鍗曡鍙� @@ -175,19 +175,19 @@ /// 渚涘簲鍟� /// </summary> [SugarColumn(ColumnName = "SUPP_NO")] - public string SuppNo { get; set; } + public string? SuppNo { get; set; } /// <summary> /// 鐢熶骇绾� /// </summary> [SugarColumn(ColumnName = "LINE_NO")] - public string LineNo { get; set; } + public string? LineNo { get; set; } /// <summary> /// 鍗婃垚鍝佸叆搴撳崟鍙� /// </summary> [SugarColumn(ColumnName = "BILL_NO")] - public string BillNo { get; set; } + public string? BillNo { get; set; } /// <summary> /// 閲囪喘璁㈠崟id -- Gitblit v1.9.3