收银台

This commit is contained in:
Vinjor 2024-09-22 17:33:14 +08:00
parent f7f711e3f2
commit 6168a1d29c

View File

@ -292,6 +292,7 @@ public class PayCenterServiceImpl implements PayCenterService {
* @return java.util.List<com.fuint.pay.vo.CouponVO>
**/
public List<CouponVO> getCouponList(Integer userId,Integer storeId,Double oilAmount,Double orderAmount,Date nowDate){
List<CouponVO> rtnList = new ArrayList<>();
return rtnList;
}
}