移动系统liao
2024-08-15 f43970a061d3c90520b4e8f48caa17a204d9a085
CoreCms.Net.Model/Entities/Good/CoreCmsGoodsCategoryExtend.cs
@@ -44,5 +44,11 @@
        [Display(Name = "商品分类id")]
        [SugarColumn(ColumnDescription = "商品分类id", IsNullable = true)]
        public System.Int32? goodsCategroyId { get; set; }
        /// <summary>
        /// 商品分类
        /// </summary>
        [Navigate(NavigateType.OneToOne, nameof(goodsCategroyId),nameof(CoreCmsGoodsCategory.id))]
        public CoreCmsGoodsCategory? Categroy { get; set; }
    }
}