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