Your Name 4 år sedan
förälder
incheckning
b9348a5989
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/main/java/com/yunzhi/demo/entity/TdSchool.java

+ 1
- 1
src/main/java/com/yunzhi/demo/entity/TdSchool.java Visa fil

@@ -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 = "名称")