xuhy
2023-02-22 6e2ad8bbee4a338c76b2b112a0a880883b8d8eb3
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) ;
}