1
yuyou_x
2024-03-15 f4191a19efa99b81158f063a43dc2af591603204
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; }
    }
}