luohairen
2024-12-10 b24e024f386e7f25a071b58e9267a2c19f20ba1e
system/src/main/java/com/ycl/system/domain/base/AbsVo.java
@@ -13,7 +13,7 @@
public abstract class AbsVo {
    @ApiModelProperty("id")
    private Integer id;
    private Long id;
    @ApiModelProperty("创建时间")
    private Date gmtCreate;