bklLiudl
2024-03-16 5579ff90ea725d9e098a46b5ddfb33e76c6819b7
Wms/WMS.Entity/SysEntity/SysMaterials.cs
@@ -105,6 +105,11 @@
        /// </summary>
        public int LowInventory { get; set; }
        /// <summary>
        /// 类别编码
        /// </summary>
        public string CategoryNo { get; set; }
        [Navigate(NavigateType.OneToOne, nameof(Type))]
        public SysDictionary TypeInfo { get; set; }