Your Name 2 년 전
부모
커밋
921b6936c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/java/com/yunzhi/inte/entity/UnitsFiles.java

+ 1
- 1
src/main/java/com/yunzhi/inte/entity/UnitsFiles.java 파일 보기

@@ -24,7 +24,7 @@ import lombok.experimental.Accessors;
24 24
 public class UnitsFiles implements Serializable,Cloneable{
25 25
     /** ID */
26 26
     @ApiModelProperty(name = "ID",notes = "")
27
-    @TableId(value = "id", type = IdType.INPUT)
27
+    @TableId(value = "id", type = IdType.AUTO)
28 28
     private Integer id ;
29 29
     /** 机构ID */
30 30
     @ApiModelProperty(name = "机构ID",notes = "")