|
@@ -165,7 +165,7 @@ public class CourseScheduleTeacherSalary {
|
|
|
public Integer getUserId(){
|
|
public Integer getUserId(){
|
|
|
return this.userId;
|
|
return this.userId;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public void setExpectSalary(java.math.BigDecimal expectSalary){
|
|
public void setExpectSalary(java.math.BigDecimal expectSalary){
|
|
|
this.expectSalary = expectSalary;
|
|
this.expectSalary = expectSalary;
|
|
|
}
|
|
}
|