rk
8 小时以前 552238172036acf08ccf36134282a06b5e21b936
1
2
3
4
5
6
7
package com.doumee.dao.business;
 
import com.doumee.dao.business.model.MemberCoupon;
import com.github.yulichang.base.MPJBaseMapper;
 
public interface MemberCouponMapper extends MPJBaseMapper<MemberCoupon> {
}