| | |
| | | package com.yeshi.fanli.dao.mybatis.goods; |
| | | |
| | | import com.yeshi.fanli.dao.BaseMapper; |
| | | import com.yeshi.fanli.entity.goods.ShareGoodsTextTemplate; |
| | | |
| | | public interface ShareGoodsTextTemplateMapper extends BaseMapper<ShareGoodsTextTemplate> { |
| | | |
| | | /** |
| | | * 根据用户查询 |
| | | * @param uid |
| | | * @return |
| | | */ |
| | | ShareGoodsTextTemplate selectByUid(Long uid); |
| | | |
| | | package com.yeshi.fanli.dao.mybatis.goods;
|
| | |
|
| | | import com.yeshi.fanli.dao.BaseMapper;
|
| | | import com.yeshi.fanli.entity.goods.ShareGoodsTextTemplate;
|
| | |
|
| | | public interface ShareGoodsTextTemplateMapper extends BaseMapper<ShareGoodsTextTemplate> {
|
| | | |
| | | /**
|
| | | * 根据用户查询
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | ShareGoodsTextTemplate selectByUid(Long uid);
|
| | |
|
| | | } |