xiangpei
2025-01-20 1045f256c2d9477b177dec61246bc0d174133f97
system/src/main/java/com/ycl/system/domain/base/AbsEntityOnlyId.java
@@ -13,7 +13,7 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Integer id;
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
}