username@email.com
2023-07-12 69e9ce6ae24fce670fb8d7af0e1f132e2e009dbc
zhengcaioa/Model/HrSalary.cs
@@ -79,4 +79,14 @@
        public string tittle { get; set; }
        public string shenpi_status { get; set; }
    }
    public class HrSalaryAppealDTO : HrSalaryAppeal
    {
        public string Step { get; set; }
        public string Tongguojujue { get; set; }
        public string Content { get; set; }
    }
}