屏蔽多余字段

This commit is contained in:
wangyan 2022-05-12 17:32:42 +08:00
parent 26aa254333
commit 9835cdff05
1 changed files with 4 additions and 4 deletions

View File

@ -137,10 +137,10 @@ public class GatewayArticle implements Serializable {
@TableField(updateStrategy= FieldStrategy.IGNORED)
private java.lang.String isRelease;
/**是否是轮播(Y:是N:否)*/
@Excel(name = "是否是轮播(Y:是N:否)", width = 15)
@ApiModelProperty(value = "是否是轮播")
@TableField(updateStrategy= FieldStrategy.IGNORED)
private String isBanner;
// @Excel(name = "是否是轮播(Y:是N:否)", width = 15)
// @ApiModelProperty(value = "是否是轮播")
// @TableField(updateStrategy= FieldStrategy.IGNORED)
// private String isBanner;
/**
* 父级栏目对象
*/