swagger报错

This commit is contained in:
liuyang
2025-11-13 10:34:48 +08:00
parent f494a91aec
commit 777dd7387e

View File

@@ -79,5 +79,5 @@ public class JobFair extends BaseEntity
@TableField(exist = false) @TableField(exist = false)
@ApiModelProperty("是否收藏") @ApiModelProperty("是否收藏")
public Integer isCollection; private Integer isCollection;
} }