MrShi
3 天以前 e9a7cddce776382916e975402986144a88899ac5
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> {
}