From ce40df5daffae0d17b4e9fa7cb6d677afaa4d66f Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 17 十月 2025 11:20:30 +0800
Subject: [PATCH] 更新最新程序,ERP代码,MES代码等
---
项目代码/WMS/WMSServices/WIDESEA_DTO/Basic/ERPSupplierDTO.cs | 31 ++++++++++++++-----------------
1 files changed, 14 insertions(+), 17 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/SupplierDTO.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/ERPSupplierDTO.cs"
similarity index 78%
rename from "\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/SupplierDTO.cs"
rename to "\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/ERPSupplierDTO.cs"
index f5d96aa..df8cc2a 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/SupplierDTO.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/ERPSupplierDTO.cs"
@@ -7,20 +7,29 @@
namespace WIDESEA_DTO.Basic
{
+ /// <summary>
+ /// 浜屾湡ERP渚涘簲鍟嗘帴鏀跺疄浣�
+ /// </summary>
[ModelValidate]
- public class SupplierDTO
+ public class ERPSupplierDTO
{
/// <summary>
- /// 渚涘簲鍟嗙紪鐮�
+ /// 鎿嶄綔绫诲瀷
/// </summary>
- [PropertyValidate("渚涘簲鍟嗙紪鐮�", NotNullAndEmpty = true)]
- public string Code { get; set; }
+ [PropertyValidate("鎿嶄綔绫诲瀷", NotNullAndEmpty = true, Check = new object[] { 1, 2, 3 })]
+ public int OperateType { get; set; }
+
+ /// <summary>
+ /// 渚涘簲鍟嗙紪鍙�/浠g爜
+ /// </summary>
+ [PropertyValidate("渚涘簲鍟嗙紪鍙�/浠g爜", NotNullAndEmpty = true)]
+ public string SupplierCode { get; set; }
/// <summary>
/// 渚涘簲鍟嗗叏绉�
/// </summary>
[PropertyValidate("渚涘簲鍟嗗叏绉�", NotNullAndEmpty = true)]
- public string Name { get; set; }
+ public string SupplierName { get; set; }
/// <summary>
/// 渚涘簲鍟嗙畝绉�
@@ -63,17 +72,5 @@
/// </summary>
[PropertyValidate("鐘舵��", NotNullAndEmpty = true)]
public int State { get; set; }
-
- /// <summary>
- /// 搴撳瓨缁勭粐
- /// </summary>
- [PropertyValidate("搴撳瓨缁勭粐", NotNullAndEmpty = true)]
- public string InvOrgId { get; set; } = "娣畨鐗瑰垱浜屽巶";
-
- /// <summary>
- /// 鎿嶄綔绫诲瀷
- /// </summary>
- [PropertyValidate("鎿嶄綔绫诲瀷", NotNullAndEmpty = true,Check = new object[] { 0, 1, 2 })]
- public string OperateType { get; set; }
}
}
--
Gitblit v1.9.3