Administrator
2024-03-23 667736c9393c0f12814150c0c1cef77c078576e1
Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs
@@ -205,6 +205,20 @@
        public string ProductionTime { get; set; }
        public string ExpirationTime { get; set; }
        public string StoreTime { get; set; }
        public string SupplierLot { get; set; }
    }
    /// <summary>
    /// 补打物料标签Vm
    /// </summary>
    public class BuDaLabelBoxVm
    {
        public string BoxNo { get; set; }
        public string EndBoxNo { get; set; }
        public string BoxNo2 { get; set; }
        public string EndBoxNo2 { get; set; }
        public string Type { get; set; }
    }