fuliqi
2024-11-27 ec24bac9aa1fcd095c5767705fa0a4303aaf2f42
system/src/main/java/com/ycl/system/domain/base/AbsEntity.java
@@ -18,7 +18,7 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Integer id;
    private Long id;
    /** 创建时间 */
    @TableField(value = "gmt_create", fill = FieldFill.INSERT)