From fb745c842df36edc5101291a7f239c11c97bcc2f Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期四, 11 九月 2025 16:46:33 +0800 Subject: [PATCH] 最新代码更新,BST,MES部分 --- 项目代码/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs" index 557e906..17522b1 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs" @@ -21,21 +21,27 @@ public int Id { get; set; } /// <summary> + /// 渚涘簲鍟嗘潵婧怚D(涓婃父) + /// </summary> + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "渚涘簲鍟嗘潵婧怚D(涓婃父)")] + public int SupplierSourceId { get; set; } + + /// <summary> /// 渚涘簲鍟嗙紪鐮� /// </summary> - [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "渚涘簲鍟嗙紪鐮�")] + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "渚涘簲鍟嗙紪鐮�")] public string SupplierCode { get; set; } /// <summary> /// 渚涘簲鍟嗗悕绉� /// </summary> - [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "渚涘簲鍟嗗悕绉�")] + [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "渚涘簲鍟嗗悕绉�")] public string SupplierName { get; set; } /// <summary> /// 渚涘簲鍟嗙畝绉� /// </summary> - [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "渚涘簲鍟嗙畝绉�")] + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "渚涘簲鍟嗙畝绉�")] public string SupplierShortName { get; set; } /// <summary> @@ -57,12 +63,6 @@ public string ContactAddress { get; set; } /// <summary> - /// 鐢靛瓙閭 - /// </summary> - [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐢靛瓙閭")] - public string Email { get; set; } - - /// <summary> /// 鎻忚堪 /// </summary> [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "鎻忚堪")] @@ -71,8 +71,8 @@ /// <summary> /// 搴撳瓨缁勭粐 /// </summary> - [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "搴撳瓨缁勭粐")] - public string InvOrgId { get; set; } + [SugarColumn(IsNullable = false, ColumnDescription = "搴撳瓨缁勭粐")] + public int InvOrgId { get; set; } /// <summary> /// 鐘舵�� -- Gitblit v1.9.3