修改swagger报错问题

This commit is contained in:
sh
2025-12-06 18:08:34 +08:00
parent 7d8a15bcdc
commit 97deb1aef6

View File

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