|
|
@@ -38,13 +38,13 @@ data class NewStaffRequest( |
|
|
|
val departReason: String?, |
|
|
|
val remark: String?, |
|
|
|
val salaryEffectiveInfo: List<SalaryEffectiveInfo>?, |
|
|
|
val teamHistory: List<TeamHistory>, |
|
|
|
val gradeHistory: List<GradeHistory>, |
|
|
|
val positionHistory: List<PositionHistory>, |
|
|
|
val delSalaryEffectiveInfo: List<Long>, |
|
|
|
val delTeamHistory: List<Long>, |
|
|
|
val delGradeHistory: List<Long>, |
|
|
|
val delPositionHistory: List<Long>, |
|
|
|
val teamHistory: List<TeamHistory>?, |
|
|
|
val gradeHistory: List<GradeHistory>?, |
|
|
|
val positionHistory: List<PositionHistory>?, |
|
|
|
val delSalaryEffectiveInfo: List<Long>?, |
|
|
|
val delTeamHistory: List<Long>?, |
|
|
|
val delGradeHistory: List<Long>?, |
|
|
|
val delPositionHistory: List<Long>?, |
|
|
|
) |
|
|
|
|
|
|
|
data class SalaryEffectiveInfo( |
|
|
|