Pu Zhibing
2024-10-22 af06cd29722f6cb1c431565c4710d9fe9b7b33a1
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IReportLossService.java
@@ -14,5 +14,5 @@
     * @param image
     * @throws Exception
     */
    void addReportLoss(Integer orderType, Integer orderId, String remark, String image) throws Exception;
    void addReportLoss(Integer orderType, Integer orderId, String remark, String image, Integer language) throws Exception;
}