核心信息提取
This commit is contained in:
@@ -38,6 +38,11 @@ public class WarningLeaflet extends BaseEntity implements Serializable{
|
||||
*/
|
||||
private String leafletNo;
|
||||
|
||||
/**
|
||||
* 负责单位id
|
||||
*/
|
||||
private String deptId;
|
||||
|
||||
/**
|
||||
* 1:技术监督管理;2:在线监测超标问题;3:用户投诉;4:现场测试超标
|
||||
*/
|
||||
|
||||
@@ -33,6 +33,16 @@ public class WarningLeafletVO extends BaseEntity implements Serializable{
|
||||
*/
|
||||
private String leafletNo;
|
||||
|
||||
/**
|
||||
* 负责单位id
|
||||
*/
|
||||
private String deptId;
|
||||
|
||||
/**
|
||||
* 负责单位
|
||||
*/
|
||||
private String deptName;
|
||||
|
||||
/**
|
||||
* 1:技术监督管理;2:在线监测超标问题;3:用户投诉;4:现场测试超标
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user