From 9ae0890dd74771ba9edd44d4830e0de37f8d9938 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 26 九月 2025 16:55:03 +0800
Subject: [PATCH] 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