移动系统liao
2024-05-15 d7c7a6e9d05eec7b38b41b8ae39f373f650ca891
CoreCms.Net.Model/Entities/Distribution/CoreCmsDistributionPartial.cs
@@ -1,7 +1,7 @@
/***********************************************************************
 *            Project: CoreCms
 *            Project: baifenBinfa
 *        ProjectName: 百分兵法管理系统                               
 *                Web: hhtp://chuanyin.com
 *                Web: http://chuanyin.com
 *             Author:                                        
 *              Email:                               
 *         CreateTime: 202403/02   
@@ -134,5 +134,24 @@
        public int UserGradeId { get; set; } = 0;
        /// <summary>
        ///     区域字符串
        /// </summary>
        [Display(Name = "区域字符串")]
        [SugarColumn(IsIgnore = true)]
        public string areaName { get; set; }
        /// <summary>
        ///     经销商业绩历史业绩总和
        /// </summary>
        [Display(Name = "经销商业绩历史业绩总和")]
        [SugarColumn(IsIgnore = true)]
        public decimal DistributionAchievementTotals { get; set; }
    }
}