yuyou_x
2024-03-27 74bcd25a8828b0b5fdf4c3bdaf7e79606b0bcf9a
Wms/Model/ModelDto/BllAsnDto/LabelBoxDto.cs
@@ -44,5 +44,12 @@
        public DateTime CreateTime { get; set; }
        public DateTime? UpdateTime { get; set; }
        /// <summary>
        /// 生成一维码图片路径
        /// </summary>
        public string ImgStr { get; set; }
    }
}