From e859d1fa612cdf4a2660ca4ef08d997f1b4c1fef Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 18 七月 2024 10:31:54 +0800 Subject: [PATCH] 11 --- MES.Service/Modes/Womcab.cs | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/MES.Service/Modes/Womcab.cs b/MES.Service/Modes/Womcab.cs index ed90591..109dc84 100644 --- a/MES.Service/Modes/Womcab.cs +++ b/MES.Service/Modes/Womcab.cs @@ -25,19 +25,19 @@ /// 鍗曞彿 /// </summary> [SugarColumn(ColumnName = "CAB001")] - public string Cab001 { get; set; } + public string? Cab001 { get; set; } /// <summary> /// 搴忓彿 /// </summary> [SugarColumn(ColumnName = "CAB002")] - public string Cab002 { get; set; } + public string? Cab002 { get; set; } /// <summary> /// 鏉愭枡缂栫爜 /// </summary> [SugarColumn(ColumnName = "CAB003")] - public string Cab003 { get; set; } + public string? Cab003 { get; set; } /// <summary> /// 闇�棰嗙敤閲� @@ -55,13 +55,13 @@ /// 宸ヨ壓 /// </summary> [SugarColumn(ColumnName = "CAB008")] - public string Cab008 { get; set; } + public string? Cab008 { get; set; } /// <summary> /// 鍗曚綅 /// </summary> [SugarColumn(ColumnName = "CAB009")] - public string Cab009 { get; set; } + public string? Cab009 { get; set; } /// <summary> /// 缁勬垚鐢ㄩ噺 @@ -73,7 +73,7 @@ /// 鏄惁鏇挎枡 /// </summary> [SugarColumn(ColumnName = "CAB014")] - public string Cab014 { get; set; } + public string? Cab014 { get; set; } /// <summary> /// PID @@ -91,65 +91,65 @@ /// 浣嶇疆鍙� /// </summary> [SugarColumn(ColumnName = "POSITION_NO")] - public string PositionNo { get; set; } + public string? PositionNo { get; set; } /// <summary> /// 鍙戞枡缁勭粐 /// </summary> [SugarColumn(ColumnName = "ISSUING_ORGANIZATION")] - public string IssuingOrganization { get; set; } + public string? IssuingOrganization { get; set; } /// <summary> /// 渚涘簲缁勭粐 /// </summary> [SugarColumn(ColumnName = "SUPPLY_ORGANIZATION")] - public string SupplyOrganization { get; set; } + public string? SupplyOrganization { get; set; } /// <summary> /// 璐т富 /// </summary> [SugarColumn(ColumnName = "OWNER_ID")] - public string OwnerId { get; set; } + public string? OwnerId { get; set; } /// <summary> /// 璁″垝璺熻釜鍙� /// </summary> [SugarColumn(ColumnName = "MTONO")] - public string Mtono { get; set; } + public string? Mtono { get; set; } /// <summary> /// 鎵瑰彿 /// </summary> [SugarColumn(ColumnName = "LOT")] - public string Lot { get; set; } + public string? Lot { get; set; } /// <summary> /// 浠撳簱 /// </summary> [SugarColumn(ColumnName = "DEPOT_CODE")] - public string DepotCode { get; set; } + public string? DepotCode { get; set; } /// <summary> /// 鍙戞枡鏂瑰紡 /// </summary> [SugarColumn(ColumnName = "ISSUE_TYPE")] - public string IssueType { get; set; } + public string? IssueType { get; set; } /// <summary> /// 渚涘簲绫诲瀷 /// </summary> [SugarColumn(ColumnName = "SUPPLY_TYPE")] - public string SupplyType { get; set; } + public string? SupplyType { get; set; } /// <summary> /// 鍒嗗瓙 /// </summary> [SugarColumn(ColumnName = "NUMERATOR")] - public string Numerator { get; set; } + public string? Numerator { get; set; } /// <summary> /// 鍒嗘瘝 /// </summary> [SugarColumn(ColumnName = "DENOMINATOR")] - public string Denominator { get; set; } + public string? Denominator { get; set; } } \ No newline at end of file -- Gitblit v1.9.3