移动系统liao
2024-05-17 08e54969dad49e068a985bd1374b68d453ee88d8
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   
@@ -14,7 +14,7 @@
namespace CoreCms.Net.Model.Entities
{
    /// <summary>
    ///     分销商表
    ///     经销商表
    /// </summary>
    public partial class CoreCmsDistribution
    {
@@ -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; }
    }
}