zhanghua
2024-11-27 4c1dbe97fda6634817db662c84a18057ea7c488b
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)