From fa968655ce72364ad3e847fbe451ffeace03a497 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期六, 30 八月 2025 17:36:57 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhiHuiQiCe/LongDeLiLiKu
---
项目代码/WMS/WMSServices/WIDESEA_DTO/Basic/BSTMaterialDTO.cs | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 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..810340c 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,28 +51,28 @@
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>
/// 鐘舵��
@@ -84,12 +84,12 @@
/// 搴撳瓨缁勭粐
/// </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