小飞侠
2026-04-07 a622695a0cd6ea5aa63869f5c1a891e589909f48
cylsg/cylsg.Model/ECTEModel/OaWorkPlanShenpi.cs
@@ -74,10 +74,25 @@
            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; }
    }
    
}