移动系统liao
2024-11-12 1cb49b04ae6709e6054c328f5ed12bff9ca014c8
CoreCms.Net.Model/Entities/Stock/CoreCmsStockPartial.cs
@@ -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; }
    }
}