- package zs.payment.mapper;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- import org.apache.ibatis.annotations.Mapper;
- import zs.payment.entity.mysql.ImsEweiShopGoodsOption;
- @Mapper
- public interface ImsEweiShopGoodsOptionMapper extends BaseMapper<ImsEweiShopGoodsOption> {
- }
|