xiangpei
2025-04-07 80662b34fe93b4ede00c7fc03fbd9f01355c94e2
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;