chengsc
2024-10-15 86985a3e211ab4cc1e94a696c15a6f77d21c462a
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; }