pan
2025-11-19 c84db706e8c8d82a96bb4b4c18c243a42b2976c1
项目代码/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爜
@@ -124,6 +125,9 @@
        [JsonProperty("batchNo")]
        public string BatchNo { get; set; }
        [JsonProperty("supplyCode")]
        public string SupplyCode { get; set; }
        /// <summary>
        /// 鏁伴噺
        /// </summary>
@@ -136,4 +140,6 @@
        [JsonProperty("unit")]
        public string Unit { get; set; }
    }
}