From a0a0df2e824b6fe7e5a3c0afce78127fecf84fc9 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 03 十一月 2025 08:23:05 +0800
Subject: [PATCH] ERP接口代码更新,WCS代码优化,出入库分配优化
---
项目代码/WMS/WMSServices/WIDESEA_DTO/Basic/BSTMaterialDTO.cs | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/BSTMaterialDTO.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/BSTMaterialDTO.cs"
index 7944faa..dd58b5f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/BSTMaterialDTO.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/BSTMaterialDTO.cs"
@@ -51,45 +51,45 @@
public int MaterielType { get; set; }
/// <summary>
- /// 鑱旂郴鐢佃瘽
+ /// 鐗╂枡瀹藉害锛�0琛ㄧず鏈缃級
/// </summary>
- [PropertyValidate("鑱旂郴鐢佃瘽", NotNullAndEmpty = true)]
- public string ContactNumber { get; set; }
+ [PropertyValidate("鐗╂枡瀹藉害锛�0琛ㄧず鏈缃級", NotNullAndEmpty = true)]
+ public decimal MaterielWide { get; set; }
/// <summary>
- /// 鑱旂郴鍦板潃
+ /// 鐗╂枡鍘氬害锛�0琛ㄧず鏈缃級
/// </summary>
- [PropertyValidate("鑱旂郴鍦板潃", NotNullAndEmpty = true)]
- public string ContactAddress { get; set; }
+ [PropertyValidate("鐗╂枡鍘氬害锛�0琛ㄧず鏈缃級", NotNullAndEmpty = true)]
+ public decimal MaterielThickness { get; set; }
/// <summary>
- /// 鐢靛瓙閭
+ /// 鐗╂枡闀垮害锛�0琛ㄧず鏈缃級
/// </summary>
- [PropertyValidate("鐢靛瓙閭", NotNullAndEmpty = true)]
- public string Email { get; set; }
+ [PropertyValidate("鐗╂枡闀垮害锛�0琛ㄧず鏈缃級", NotNullAndEmpty = true)]
+ public decimal MaterielLength { get; set; }
/// <summary>
- /// 鎻忚堪
+ /// 鐗╂枡閲嶉噺锛堝崟浣嶉噸閲忥紝绮剧‘鏁板�硷級
/// </summary>
- [PropertyValidate("鎻忚堪", NotNullAndEmpty = true)]
- public string Description { get; set; }
+ [PropertyValidate("鐗╂枡閲嶉噺锛堝崟浣嶉噸閲忥紝绮剧‘鏁板�硷級", NotNullAndEmpty = true)]
+ public decimal Weight { get; set; }
/// <summary>
/// 鐘舵��
/// </summary>
[PropertyValidate("鐘舵��", NotNullAndEmpty = true)]
- public int State { get; set; }
+ public int Status { get; set; }
/// <summary>
/// 搴撳瓨缁勭粐
/// </summary>
[PropertyValidate("搴撳瓨缁勭粐", NotNullAndEmpty = true)]
- public string InvOrgId { get; set; }
+ public int InvOrgId { get; set; }
/// <summary>
- /// 鎿嶄綔绫诲瀷
+ /// 璁¢噺鍗曚綅锛圞g锛氬崈鍏嬶級
/// </summary>
- [PropertyValidate("鎿嶄綔绫诲瀷", NotNullAndEmpty = true, Check = new object[] { 0, 1, 2 })]
- public string OperateType { get; set; }
+ [PropertyValidate("璁¢噺鍗曚綅锛圞g锛氬崈鍏嬶級", NotNullAndEmpty = true)]
+ public string Unit { get; set; }
}
}
--
Gitblit v1.9.3