puzhibing
2024-02-07 c10d5e4a97c28e10cd8d5aa2068194e4617a03e7
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;
}