liusheng
2024-11-22 da6cce0d9f01b98d20b9ed89b438cd32006a8dd8
smartor/src/main/java/com/smartor/domain/SocketMessage.java
@@ -6,8 +6,13 @@
public class SocketMessage {
    //发送内空的类型(text,image)
    private String type;
    //内容(发送的文本内容)
    //内容(发送的文本内容,自己 写HTML测试用的,平时没值)
    private String content;
    //模板ID
    private Long templateId;
    //问题信息
    private QuestionMessagePhone questionMessage;
    //用户ID(接收放)
    private String userId;
    //图片