yuyou_x
2024-03-13 37a2e1209d1cddb71f7740543e8df2e3a03cfd1f
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; }
    }
}