From 5b968bb1b1255f2bb242c1ee4430c8e733ff0ed9 Mon Sep 17 00:00:00 2001 From: zyf <1071160500@qq.com> Date: 星期五, 30 五月 2025 18:48:12 +0800 Subject: [PATCH] 修改BOM接口和采购申请接口的bug --- MES.Service/Modes/MesCgsq.cs | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/MES.Service/Modes/MesCgsq.cs b/MES.Service/Modes/MesCgsq.cs index f778300..6059104 100644 --- a/MES.Service/Modes/MesCgsq.cs +++ b/MES.Service/Modes/MesCgsq.cs @@ -19,12 +19,12 @@ /// 鍗曟嵁绫诲瀷 ///</summary> [SugarColumn(ColumnName="FBILLTYPEID" )] - public string Fbilltypeid { get; set; } + public string? Fbilltypeid { get; set; } /// <summary> /// 鍗曟嵁缂栧彿 ///</summary> [SugarColumn(ColumnName="FBILLNO" )] - public string Fbillno { get; set; } + public string? Fbillno { get; set; } /// <summary> /// 鐢宠鏃ユ湡 ///</summary> @@ -34,52 +34,52 @@ /// 鐢宠绫诲瀷 ///</summary> [SugarColumn(ColumnName="FREQUESTTYPE" )] - public string Frequesttype { get; set; } + public string? Frequesttype { get; set; } /// <summary> /// 娌诲叿妯″叿鍔犲伐鍙婇噰璐� ///</summary> [SugarColumn(ColumnName="F_UNW_COMBO_ZJMJ" )] - public string FUnwComboZjmj { get; set; } + public string? FUnwComboZjmj { get; set; } /// <summary> /// 鐢宠缁勭粐 ///</summary> [SugarColumn(ColumnName="APPLYING_ORGANIZATION_ID" )] - public string ApplyingOrganizationId { get; set; } + public string? ApplyingOrganizationId { get; set; } /// <summary> /// 鐢宠閮ㄩ棬 ///</summary> [SugarColumn(ColumnName="FAPPLICATIONDEPTID" )] - public string Fapplicationdeptid { get; set; } + public string? Fapplicationdeptid { get; set; } /// <summary> /// 鐢宠浜� ///</summary> [SugarColumn(ColumnName="FAPPLICANTID" )] - public string Fapplicantid { get; set; } + public string? Fapplicantid { get; set; } /// <summary> /// 甯佸埆 ///</summary> [SugarColumn(ColumnName="FCURRENCYID" )] - public string Fcurrencyid { get; set; } + public string? Fcurrencyid { get; set; } /// <summary> /// 楠屾敹鏂瑰紡 ///</summary> [SugarColumn(ColumnName="FACCTYPE" )] - public string Facctype { get; set; } + public string? Facctype { get; set; } /// <summary> /// 鍗曟嵁鐘舵�� ///</summary> [SugarColumn(ColumnName="FDOCUMENTSTATUS" )] - public string Fdocumentstatus { get; set; } + public string? Fdocumentstatus { get; set; } /// <summary> /// 澶囨敞 ///</summary> [SugarColumn(ColumnName="FNOTE" )] - public string Fnote { get; set; } + public string? Fnote { get; set; } /// <summary> /// 鍒涘缓浜� ///</summary> [SugarColumn(ColumnName="FCREATORID" )] - public string Fcreatorid { get; set; } + public string? Fcreatorid { get; set; } /// <summary> /// 鍒涘缓鏃ユ湡 ///</summary> @@ -89,7 +89,7 @@ /// 瀹℃牳浜� ///</summary> [SugarColumn(ColumnName="FAPPROVERID" )] - public string Fapproverid { get; set; } + public string? Fapproverid { get; set; } /// <summary> /// 瀹℃牳鏃ユ湡 ///</summary> @@ -99,7 +99,7 @@ /// 鍏抽棴鐘舵�� ///</summary> [SugarColumn(ColumnName="FCLOSESTATUS" )] - public string Fclosestatus { get; set; } + public string? Fclosestatus { get; set; } /// <summary> /// 鍏抽棴鏃ユ湡 ///</summary> @@ -109,17 +109,17 @@ /// 鍏抽棴浜� ///</summary> [SugarColumn(ColumnName="FCLOSERID" )] - public string Fcloserid { get; set; } + public string? Fcloserid { get; set; } /// <summary> /// 鍏抽棴鍘熷洜 ///</summary> [SugarColumn(ColumnName="FCLOSEREASON" )] - public string Fclosereason { get; set; } + public string? Fclosereason { get; set; } /// <summary> /// 淇悗淇敼浜� ///</summary> [SugarColumn(ColumnName="FMODIFIERID" )] - public string Fmodifierid { get; set; } + public string? Fmodifierid { get; set; } /// <summary> /// 淇悗淇敼鏃ユ湡 ///</summary> @@ -129,6 +129,6 @@ /// 鎵嬪伐鍏抽棴 ///</summary> [SugarColumn(ColumnName="FMANUALCLOSE" )] - public string Fmanualclose { get; set; } + public string? Fmanualclose { get; set; } } } -- Gitblit v1.9.3