xuhy
2 天以前 13b1838cfd7df8c49450e2529943a0f87fbd0354
UserZYTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/taxi/service/IPaymentRecordService.java
@@ -17,7 +17,7 @@
     * @throws Exception
     */
    Integer saveData(Integer category, Integer userId, Integer type, Integer orderId, Integer orderType, Integer payType,
                  Double amount, String code, Integer state) throws Exception;
                  Double amount, String code, Integer state, String serialNumber) throws Exception;
    /**