liujie
2025-08-06 dd2a17ce4ebdfcaecc971f17c0f4d648ec5c2095
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);
}