设备审核接口
This commit is contained in:
@ -63,6 +63,9 @@ private static final long serialVersionUID = 1L;
|
||||
|
||||
private String spaceValue;
|
||||
|
||||
/** 搜索值 */
|
||||
private String searchValue;
|
||||
|
||||
//------------------------------------------------拓展业务字段--------------------------------------------
|
||||
|
||||
/** 父菜单名称 */
|
||||
|
@ -46,5 +46,7 @@ public class GLegend extends BaseEntity
|
||||
|
||||
/**图例描述 */
|
||||
private String description;
|
||||
/** 搜索值 */
|
||||
private String searchValue;
|
||||
|
||||
}
|
||||
|
@ -84,4 +84,7 @@ public class GSites extends BaseEntity {
|
||||
|
||||
/** 删除状态[0存在,2删除] */
|
||||
private Long delFlag;
|
||||
|
||||
/** 搜索值 */
|
||||
private String searchValue;
|
||||
}
|
Reference in New Issue
Block a user