Administrator
2024-03-30 f147cfa91feec613eb304c78fecafdf43286034a
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; }
    }