CoreCms.Net.Model/Entities/Stock/CoreCmsStockPartial.cs
@@ -1,7 +1,7 @@ /*********************************************************************** * Project: CoreCms * Project: baifenBinfa * ProjectName: 百分兵法管理系统 * Web: hhtp://chuanyin.com * Web: http://chuanyin.com * Author: * Email: * CreateTime: 202403/02 @@ -24,5 +24,12 @@ [Display(Name = "操作员昵称")] [SugarColumn(IsIgnore = true)] public string managerName { get; set; } /// <summary> /// 经销商id /// </summary> [Display(Name = "经销商id")] [SugarColumn(IsIgnore = true)] public int distributionId { get; set; } } }