fuliqi
2025-02-19 af9ca22c266833e798b0837a1589d419d563d3f9
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;