981ab89e118ff058c1a2cae39185fe2c08289c79..efa01b099eaaa263a3745cc11445d41c64c95306
2021-06-29 xiaoyong931011
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
efa01b diff | tree
2021-06-29 xiaoyong931011
20210629 ๅ•†ๅ“ๆœ็ดข
702185 diff | tree
1 files modified
3 ■■■■ changed files
gc-shop/src/main/java/com/xzx/gc/shop/mapper/ScoreGoodsSearchMapper.java 3 ●●●● patch | view | raw | blame | history
gc-shop/src/main/java/com/xzx/gc/shop/mapper/ScoreGoodsSearchMapper.java
@@ -4,11 +4,12 @@
import com.xzx.gc.shop.dto.GoodsSearchDto;
import com.xzx.gc.shop.vo.GoodsSearchVo;
import com.xzx.gc.util.GcMapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface ScoreGoodsSearchMapper extends GcMapper<ScoreGoodsSearch> {
    List<GoodsSearchVo> goodsSearch(GoodsSearchDto goodsSearchDto);
    List<GoodsSearchVo> goodsSearch(@Param("record")GoodsSearchDto goodsSearchDto);
}