feat: 非国内外标准菜单标准表 添加注解
This commit is contained in:
@@ -45,13 +45,16 @@ public class SarStandMenu extends BaseEntity {
|
|||||||
@TableField("VALID_FLAG")
|
@TableField("VALID_FLAG")
|
||||||
private Integer validFlag;
|
private Integer validFlag;
|
||||||
|
|
||||||
@Transient
|
@TableField(exist = false)
|
||||||
private String oldMenuId;
|
private String oldMenuId;
|
||||||
@Transient
|
|
||||||
|
@TableField(exist = false)
|
||||||
private String standType;
|
private String standType;
|
||||||
@Transient
|
|
||||||
|
@TableField(exist = false)
|
||||||
private String[] idlist;
|
private String[] idlist;
|
||||||
@Transient
|
|
||||||
|
@TableField(exist = false)
|
||||||
private List<String> menuIds;
|
private List<String> menuIds;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user