pan
2025-11-16 cf83e0828b286b61b69a15005e6247d8b03f4cd8
项目代码/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
{
@@ -42,7 +43,7 @@
        /// 鏄惁鍒嗘壒
        /// </summary>
        [JsonProperty("isBatch")]
        public bool IsBatch { get; set; }
        public int IsBatch { get; set; }
        /// <summary>
        /// 鍘傚尯浠g爜
@@ -136,4 +137,6 @@
        [JsonProperty("unit")]
        public string Unit { get; set; }
    }
}