|
@@ -27,7 +27,7 @@ public class TdSchool implements Serializable {
|
27
|
27
|
private static final long serialVersionUID = 1L;
|
28
|
28
|
|
29
|
29
|
@ApiModelProperty(value = "学校ID")
|
30
|
|
- @TableId(value = "school_id", type = IdType.INPUT)
|
|
30
|
+ @TableId(value = "school_id", type = IdType.UUID)
|
31
|
31
|
private String schoolId;
|
32
|
32
|
|
33
|
33
|
@ApiModelProperty(value = "名称")
|