yuyou_x
2024-02-20 aec8d4748f4013998a5042c07285278fa9925e9c
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; }