项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Allocate/AllocateDto.cs
@@ -4,6 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEA_DTO.Inbound; namespace WIDESEA_DTO.Allocate { @@ -136,4 +137,6 @@ [JsonProperty("unit")] public string Unit { get; set; } } }