puzhibing
2022-09-29 e28d33c09405e246a2d75fcb1f69a9e8e9d911b8
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java
@@ -43,7 +43,7 @@
     * @param id
     * @throws Exception
     */
    ResultUtil pushOrderPrivateCar(Integer id) throws Exception;
    ResultUtil pushOrderPrivateCar(Integer uid, Integer id, Integer language) throws Exception;
@@ -65,7 +65,7 @@
     * @param uid
     * @throws Exception
     */
    ResultUtil addCancle(Integer id, String reason, String remark, Integer uid) throws Exception;
    ResultUtil addCancle(Integer id, String reason, String remark, Integer uid, Integer language) throws Exception;
    /**