fix:87840

This commit is contained in:
梁琦涛
2024-07-31 19:18:57 +08:00
parent 9f35804bdc
commit 1cf2ef281c
17 changed files with 58 additions and 21 deletions
@@ -23,4 +23,9 @@ public class SendMessageDTO {
* 对象例如 用户名:${username} map{"username":"张三"} 转换成 用户名:张三
*/
private Map<String, String> map;
/**
* 发送人
*/
private String sendUser;
}