liujie
2025-07-24 ff092b9095db5b9497de341cf0d7e8cdf828e237
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);
}