设备审核接口

This commit is contained in:
mi9688
2024-12-19 12:28:41 +08:00
parent 6a93d26331
commit e91455eadc
16 changed files with 321 additions and 60 deletions

View File

@ -63,6 +63,9 @@ private static final long serialVersionUID = 1L;
private String spaceValue;
/** 搜索值 */
private String searchValue;
//------------------------------------------------拓展业务字段--------------------------------------------
/** 父菜单名称 */

View File

@ -46,5 +46,7 @@ public class GLegend extends BaseEntity
/**图例描述 */
private String description;
/** 搜索值 */
private String searchValue;
}

View File

@ -84,4 +84,7 @@ public class GSites extends BaseEntity {
/** 删除状态[0存在,2删除] */
private Long delFlag;
/** 搜索值 */
private String searchValue;
}