yanghb
2023-04-06 b33b6c711d8f98ef5957095d6a23f4cd66e90d77
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.MerchantCoupon;
 
public interface MerchantCouponMapper extends BaseMapper<MerchantCoupon> {
}