Administrator
2024-03-12 b72d5964a8031b5f0df3c04d3677d7b0cdb26ba3
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; }
    }
}