From 13696e4f5535623ec5fc0b6f37310e78c2c383c5 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期五, 19 十二月 2025 15:02:18 +0800
Subject: [PATCH] 1
---
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Allocate/AllocateDto.cs | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_DTO/Allocate/AllocateDto.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_DTO/Allocate/AllocateDto.cs"
index e823023..a40d13e 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_DTO/Allocate/AllocateDto.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_DTO/Allocate/AllocateDto.cs"
@@ -39,8 +39,10 @@
[JsonProperty("business_type")]
public string BusinessType { get; set; }
+ [JsonProperty("fromWarehouse")]
public string fromWarehouse { get; set; }
+ [JsonProperty("toWarehouse")]
public string toWarehouse { get; set; }
/// <summary>
@@ -127,6 +129,12 @@
public string Barcode { get; set; }
/// <summary>
+ /// 澶栫鏉$爜
+ /// </summary>
+ [JsonProperty("boxSN")]
+ public string BoxSN { get; set; }
+
+ /// <summary>
/// 鎵规鍙�
/// </summary>
[JsonProperty("batchNo")]
@@ -146,6 +154,8 @@
/// </summary>
[JsonProperty("unit")]
public string Unit { get; set; }
+
+ public DateTime validDate { get; set; }
}
--
Gitblit v1.9.3