chengsc
2024-10-15 86985a3e211ab4cc1e94a696c15a6f77d21c462a
Wms/Model/ModelDto/BllAsnDto/LabelBoxDto.cs
@@ -18,6 +18,9 @@
        public decimal Qty { get; set; }
        public string SkuNo { get; set; }
        public string SkuName { get; set; }
        public string Standard { get; set; }
        public string PackageStandard { get; set; }
        public DateTime? StoreTime { get; set; }
        public string LotNo { get; set; }
        public string LotText { get; set; }
        public string SupplierName { get; set; }
@@ -41,5 +44,12 @@
        public DateTime CreateTime { get; set; }
        public DateTime? UpdateTime { get; set; }
        /// <summary>
        /// 生成一维码图片路径
        /// </summary>
        public string ImgStr { get; set; }
    }
}