username@email.com
2022-11-11 4deba85ff3417a76b4cfef1874effa6a2be1fd40
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; }
    }
}