xiangpei
2025-03-31 1698792d4299a0b81b9695d8a56e3d3088c7a7ee
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;
}