xuhy
1 天以前 b1b172a6f1c67b6a02647b9db081f23bf15e4906
UserOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IUserCouponRecordService.java
@@ -75,4 +75,8 @@
     * @throws Exception
     */
    void updateTimeOut() throws Exception;
    List<Map<String, Object>> queryAvailable_(Integer uid, Integer companyId, Integer state, Integer couponUseType, Double money);
    List<Map<String, Object>> queryCouponCrossCity(List<Integer> ids, Integer pageNum, Integer size);
}