xuhy
2024-02-01 1041ea227d67af5cb3067c5466f6868831fe0eea
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IComplaintService.java
@@ -14,5 +14,5 @@
     * @param uid           投诉人
     * @throws Exception
     */
    void saveData(Integer driverId, String reason, String description, Integer uid) throws Exception;
    void saveData(Integer driverId, String reason, String description, Integer uid, Integer language) throws Exception;
}