|
@@ -29,7 +29,7 @@ public class EasEduSubjects implements Serializable {
|
|
|
* @mbg.generated
|
|
|
*/
|
|
|
@Schema(description = "学科分类")
|
|
|
- private String categoryId;
|
|
|
+ private Integer categoryId;
|
|
|
|
|
|
/**
|
|
|
* 创建时间
|
|
@@ -89,11 +89,11 @@ public class EasEduSubjects implements Serializable {
|
|
|
this.description = description;
|
|
|
}
|
|
|
|
|
|
- public String getCategoryId() {
|
|
|
+ public Integer getCategoryId() {
|
|
|
return categoryId;
|
|
|
}
|
|
|
|
|
|
- public void setCategoryId(String categoryId) {
|
|
|
+ public void setCategoryId(Integer categoryId) {
|
|
|
this.categoryId = categoryId;
|
|
|
}
|
|
|
|