屏蔽多余字段
This commit is contained in:
parent
26aa254333
commit
9835cdff05
|
@ -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;
|
||||
/**
|
||||
* 父级栏目对象
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue