liujie
2025-08-11 7c9f5fc33099083e0e1f5afcaad86546293bd08d
ruoyi-system/src/main/java/com/ruoyi/system/service/TbMessageService.java
@@ -14,4 +14,12 @@
 */
public interface TbMessageService extends IService<TbMessage> {
    /**
     * 添加消息
     * @param text 内容
     * @param userId 用户id
     */
    void addMessage(String text, String userId,String orderId,int type);
}