puzhibing
2023-10-08 798a7751d63f4566375ffb018f49b4bc4507ccb3
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;
}