fix:87840
This commit is contained in:
+5
@@ -23,4 +23,9 @@ public class SendMessageDTO {
|
||||
* 对象例如 用户名:${username} map:{"username":"张三"} 转换成 用户名:张三
|
||||
*/
|
||||
private Map<String, String> map;
|
||||
|
||||
/**
|
||||
* 发送人
|
||||
*/
|
||||
private String sendUser;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user