Commit 8664c4f0 authored by dengguangman's avatar dengguangman Committed by Administrator

dgm-区分监控数据来源

Signed-off-by: Administrator's avatarAdministrator <admin@example.com>
parent 20997c17
...@@ -21,4 +21,8 @@ public class MonitorQueryMonitorCompanyPageVo extends BasePage { ...@@ -21,4 +21,8 @@ public class MonitorQueryMonitorCompanyPageVo extends BasePage {
* 用户id * 用户id
*/ */
private Long userId = 7324L; private Long userId = 7324L;
/**
* systemCode-来源区分
*/
private String systemCode = "ZJYJ";
} }
...@@ -23,4 +23,6 @@ public class PushMonitorCompanyAddVo { ...@@ -23,4 +23,6 @@ public class PushMonitorCompanyAddVo {
* 多个企业id数组 * 多个企业id数组
*/ */
private List<Integer> cid; private List<Integer> cid;
private String systemCode = "ZJYJ";
} }
...@@ -22,4 +22,8 @@ public class PushMonitorCompanyCancelVo { ...@@ -22,4 +22,8 @@ public class PushMonitorCompanyCancelVo {
* 多个企业id数组 * 多个企业id数组
*/ */
private List<Integer> cid; private List<Integer> cid;
/**
* systemCode-来源区分
*/
private String systemCode = "ZJYJ";
} }
...@@ -22,4 +22,8 @@ public class PushMonitorCompanyImportAddVo { ...@@ -22,4 +22,8 @@ public class PushMonitorCompanyImportAddVo {
* 多个企业id数组 * 多个企业id数组
*/ */
private List<String> names; private List<String> names;
/**
* systemCode-来源区分
*/
private String systemCode = "ZJYJ";
} }
...@@ -21,4 +21,8 @@ public class PushMonitorCompanyPageVo extends BasePage { ...@@ -21,4 +21,8 @@ public class PushMonitorCompanyPageVo extends BasePage {
* 用户id * 用户id
*/ */
private Long userId = 7324L; private Long userId = 7324L;
/**
* systemCode-来源区分
*/
private String systemCode = "ZJYJ";
} }
...@@ -19,4 +19,8 @@ public class PushMonitorDynamicPageVo extends BasePage { ...@@ -19,4 +19,8 @@ public class PushMonitorDynamicPageVo extends BasePage {
private Long userId = 7324L; private Long userId = 7324L;
private ConditionVo condition; private ConditionVo condition;
/**
* systemCode-来源区分
*/
private String systemCode = "ZJYJ";
} }
...@@ -21,4 +21,8 @@ public class PushMonitorReportPageVo extends BasePage { ...@@ -21,4 +21,8 @@ public class PushMonitorReportPageVo extends BasePage {
* 用户id * 用户id
*/ */
private Long userId = 7324L; private Long userId = 7324L;
/**
* systemCode-来源区分
*/
private String systemCode = "ZJYJ";
} }
...@@ -17,4 +17,6 @@ public class PushSettingHolidayVo { ...@@ -17,4 +17,6 @@ public class PushSettingHolidayVo {
*/ */
private Long timestamp; private Long timestamp;
private String systemCode = "ZJYJ";
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment