1
yuyou_x
2024-02-02 0d0ab647110b34bbe002db2c749f7cf5ab9d73ee
Wms/Model/ModelDto/SysDto/MaterialsDto.cs
@@ -105,6 +105,16 @@
        public int LowInventory { get; set; }
        /// <summary>
        /// 类别编码
        /// </summary>
        public string CategoryNo { get; set; }
        /// <summary>
        /// 类别名称
        /// </summary>
        public string CategoryName { get; set; }
        /// <summary>
        /// 备注
        /// </summary>
        public string Demo { get; set; }