refactor(sis):

- 第三方数据添加失败通过mq回写信息
refactor(property):
- 仪表sse推送,增加水表消息推送
This commit is contained in:
2025-09-10 20:24:29 +08:00
parent 3317793834
commit a3bd994fa3
26 changed files with 399 additions and 386 deletions

View File

@@ -36,4 +36,6 @@ public class RemoteResidentPersonVo implements Serializable {
private Date authEndDate;
private Integer rosterType;
private String tenantId;
}

View File

@@ -45,4 +45,6 @@ public class RemotePersonAuth implements Serializable {
private Integer rosterType;
private String tenantId;
}