fuliqi
2025-02-10 912c8f585b09d14b32e85ab405892ac65f454377
system/src/main/java/com/ycl/system/domain/base/AbsEntityOnlyIdAndDeleted.java
@@ -17,8 +17,8 @@
    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;
    @TableField(value = "deleted", fill = FieldFill.INSERT)
    private Integer deleted;