fuliqi
2025-01-13 16d4c2e94790188c59dac9f22bfc65354f634527
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;