fuliqi
2025-02-11 4cb27d670be4437d5cbfbf6676e1f8387cd1e5d2
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;