luohairen
2024-11-28 50fd1ca826d556657c09e4702a0f2de0d218b2c8
system/src/main/java/com/ycl/system/domain/base/AbsEntity.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 = "gmt_create", fill = FieldFill.INSERT)