puzhibing
2023-02-22 a43a99043e8c7c63187a51a302333cb530dbe9c8
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/service/ISystemMessageService.java
@@ -33,4 +33,15 @@
     * @throws Exception
     */
    void  readSystems(Integer uid, String ids) throws Exception;
    /**
     * 添加系统消息
     * @param userId        接收用户id
     * @param userType      接收用户类型
     * @param title         标题
     * @param content       消息内容
     * @throws Exception
     */
    void addSystemMessage(Integer userId, Integer userType, String title, String content) ;
}