Administrator
2024-02-21 b1001cfabce789d0c2373e71f06b02d9feeca0fb
Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs
@@ -208,4 +208,17 @@
    }
    /// <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; }
    }
}