From 9086b238cd9fbb9fbeae7cab11d59576cd9d2853 Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期一, 24 十一月 2025 10:27:01 +0800
Subject: [PATCH] 合并
---
项目代码/WMS/WMSServices/WIDESEA_DTO/MES/MESReturnIssueDTO.cs | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/MES/MESReturnIssueDTO.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/MES/MESReturnIssueDTO.cs"
index 89bc658..196c8d0 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/MES/MESReturnIssueDTO.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/MES/MESReturnIssueDTO.cs"
@@ -14,22 +14,23 @@
public class MESReturnIssueDTO
{
/// <summary>
- /// 鍑哄簱鏉ユ簮鏄庣粏ID
- /// </summary>
- [PropertyValidate("鍑哄簱鏉ユ簮鏄庣粏ID", NotNullAndEmpty = true)]
- public int OutDetailId { get; set; }
-
- /// <summary>
/// 鍛煎彨Id
/// </summary>
[PropertyValidate("鍛煎彨Id", NotNullAndEmpty = true)]
public string IssueId { get; set; }
/// <summary>
+ /// 鍔犲伐涓績
+ /// </summary>
+ [PropertyValidate("鍔犲伐涓績", NotNullAndEmpty = true)]
+ public string MakeCode { get; set; }
+
+ /// <summary>
/// 鍛ㄨ浆浣嶇疆缂栧彿
/// </summary>
[PropertyValidate("鍛ㄨ浆浣嶇疆缂栧彿", NotNullAndEmpty = true)]
public string PointCode { get; set; }
+
/// <summary>
/// 浣欐枡淇℃伅
/// </summary>
@@ -62,10 +63,10 @@
[PropertyValidate("閫�鏂欐暟閲�", NotNullAndEmpty = true)]
public decimal ReturnQuantity { get; set; }
/// <summary>
- /// 鏄惁棰嗘枡锛�1鏈鏂� 0宸蹭复鏂欙級
+ /// 鏄惁棰嗘枡锛�1鏈鏂� 0宸查鏂欙級
/// </summary>
- [PropertyValidate("鏄惁棰嗘枡锛�1鏈鏂� 0宸蹭复鏂欙級", NotNullAndEmpty = true)]
- public string Whether { get; set; }
+ [PropertyValidate("鏄惁棰嗘枡锛�1鏈鏂� 0宸查鏂欙級", NotNullAndEmpty = true)]
+ public int Whether { get; set; }
/// <summary>
/// 閫�鏂欏伐鍗曞彿(ERP鐩稿叧)
/// </summary>
@@ -75,7 +76,7 @@
/// 鐩村緞
/// </summary>
[PropertyValidate("鐩村緞", NotNullAndEmpty = true)]
- public string Thickness { get; set; }
+ public decimal Thickness { get; set; }
/// <summary>
/// 骞呭
/// </summary>
--
Gitblit v1.9.3