liujie
62 分钟以前 281c6016ab0ea5b2eeecb9167d9ee690b6fdac1f
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);
}