收银台
This commit is contained in:
parent
f7f711e3f2
commit
6168a1d29c
@ -292,6 +292,7 @@ public class PayCenterServiceImpl implements PayCenterService {
|
|||||||
* @return java.util.List<com.fuint.pay.vo.CouponVO>
|
* @return java.util.List<com.fuint.pay.vo.CouponVO>
|
||||||
**/
|
**/
|
||||||
public List<CouponVO> getCouponList(Integer userId,Integer storeId,Double oilAmount,Double orderAmount,Date nowDate){
|
public List<CouponVO> getCouponList(Integer userId,Integer storeId,Double oilAmount,Double orderAmount,Date nowDate){
|
||||||
|
List<CouponVO> rtnList = new ArrayList<>();
|
||||||
|
return rtnList;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user