heshaofeng
2025-11-06 bfa8a6b595295a3c444b6cfbb40278f42b3178e7
项目代码/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; }
    }
}