| | |
| | | public string Operator { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 审批步骤 |
| | | /// 审批步骤 1 是主管审批,2是经理审批 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Buzhou")] |
| | | public int? Buzhou { get; set; } |
| | | } |
| | | /// <summary> |
| | | /// 审批时传递科目ID |
| | | /// </summary> |
| | | [SugarColumn( IsIgnore= true)] |
| | | public string? RewardResult { get; set; } |
| | | /// <summary> |
| | | /// 审批时传递摘要 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? PlanContent { get; set; } |
| | | /// <summary> |
| | | /// 审批时传递金额 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public decimal? PlanMoney { get; set; } |
| | | } |
| | | |
| | | } |