小飞侠
2025-12-01 7eca0ab1b6d5142d623efd471985b2a20b559616
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; }
    }
    
}