Parcourir la source

feat(message): sse-范围

huey il y a 1 an
Parent
commit
7ca09cc4b7

+ 4 - 0
src/main/java/com/dragon/tj/portal/common/dto/notice/NoticeInfoReq.java

@@ -50,6 +50,10 @@ public class NoticeInfoReq {
     @NotNull(message = "毫秒时间戳 不能为空")
     private Long t;
 
+    /**
+    *
+    *推送人的信息
+    */
     private String clientId;
 
     private String clientOrgCode;