| | |
| | | /*********************************************************************** |
| | | * Project: CoreCms |
| | | * Project: baifenBinfa |
| | | * ProjectName: 百分兵法管理系统 |
| | | * Web: hhtp://chuanyin.com |
| | | * Web: http://chuanyin.com |
| | | * Author: |
| | | * Email: |
| | | * CreateTime: 202403/02 |
| | |
| | | /// </summary> |
| | | [Display(Name = "区域字符串")] |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string areaName { get; set; } |
| | | public string areaName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 经销商业绩历史业绩总和 |
| | | /// </summary> |
| | | [Display(Name = "经销商业绩历史业绩总和")] |
| | | [SugarColumn(IsIgnore = true)] |
| | | public decimal DistributionAchievementTotals { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 应领佣金 |
| | | /// </summary> |
| | | [Display(Name = "应领佣金")] |
| | | [SugarColumn(IsIgnore = true)] |
| | | public decimal DistributionYingLingTotals { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 可领佣金 |
| | | /// </summary> |
| | | [Display(Name = "可领佣金")] |
| | | [SugarColumn(IsIgnore = true)] |
| | | public decimal DistributionKeLingTotals { get; set; } |
| | | /// <summary> |
| | | /// 已结算佣金 |
| | | /// </summary> |
| | | [Display(Name = "已结算佣金")] |
| | | [SugarColumn(IsIgnore = true)] |
| | | public decimal DistributionYiJieSuanTotals |
| | | { |
| | | get; set; |
| | | } |
| | | |
| | | } |
| | | } |