Pu Zhibing
68 分钟以前 d6ad5bd0c95b6ebe6361d74ff297d1a9f4b759fa
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.stylefeng.guns.modular.system.model.MerchantCoupon;
 
public interface IMerchantCouponService extends IService<MerchantCoupon> {
}