| | |
| | | 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; |
| | | } |
| | | } |
| | | } |