|
@@ -83,9 +83,6 @@ public class Organization extends BaseEntity {
|
|
|
@ApiModelProperty(value = "衔接老师",required = false)
|
|
|
private String joinTeacherName;
|
|
|
|
|
|
- @ApiModelProperty(value = "机构id",required = false)
|
|
|
- private Integer tenantId;
|
|
|
-
|
|
|
public String getJoinTeacherId() {
|
|
|
return joinTeacherId;
|
|
|
}
|
|
@@ -259,11 +256,4 @@ public class Organization extends BaseEntity {
|
|
|
this.gradeType = gradeType;
|
|
|
}
|
|
|
|
|
|
- public Integer getTenantId() {
|
|
|
- return tenantId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTenantId(Integer tenantId) {
|
|
|
- this.tenantId = tenantId;
|
|
|
- }
|
|
|
}
|