xiangpei
2024-12-12 4b3f6bd762fc742aa29d8e6b75f4fc54ef6d22ad
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;
}