xiangpei
2025-02-11 7c777b6f9f47ca57193b9e4196fa14fa184abe6c
system/src/main/java/com/ycl/system/domain/base/AbsEntity.java
@@ -17,7 +17,7 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /** 创建时间 */