Pu Zhibing
昨天 bf2acefcf5ba801d3e4a4f507c5f064fc93625cc
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> {
}