From d0cc37c3c11859cc55f30624692dca55be2b8a32 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 29 十二月 2025 07:26:51 +0800
Subject: [PATCH] 变更及代码优化
---
项目代码/WMS/WMSServices/WIDESEA_DTO/Basic/ERPMaterialDTO.cs | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/ERPMaterialDTO.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/ERPMaterialDTO.cs"
index 5ece8de..f96de2f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/ERPMaterialDTO.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/ERPMaterialDTO.cs"
@@ -64,8 +64,8 @@
/// <summary>
/// 鐗╂枡閲�
/// </summary>
- [PropertyValidate("鐗╂枡閲�", NotNullAndEmpty = true)]
- public decimal Weight { get; set; }
+ [PropertyValidate("鐗╂枡閲�", NotNullAndEmpty = false)]
+ public string Weight { get; set; }
/// <summary>
/// 鐘舵��
/// </summary>
@@ -85,9 +85,14 @@
public string WarehouseCode { get; set; }
/// <summary>
- /// 璁¢噺鍗曚綅锛圞g锛氬崈鍏嬶級
+ /// 璁¢噺鍗曚綅
/// </summary>
[PropertyValidate("璁¢噺鍗曚綅锛欿g:鍏枻銆丮锛氱背銆丳cs锛氫釜(鍙�)", NotNullAndEmpty = true)]
public string Unit { get; set; }
+ /// <summary>
+ /// 杈呭崟浣�
+ /// </summary>
+ [PropertyValidate("杈呭崟浣嶏細Kg:鍏枻銆丮锛氱背銆丳cs锛氫釜(鍙�)", NotNullAndEmpty = true)]
+ public string AssistUnitCode { get; set; }
}
}
--
Gitblit v1.9.3