记得上下班打卡 | git大法好,push需谨慎

Commit 909f070f authored by wanglele's avatar wanglele

兑换码相关

parent 6bb03a40
...@@ -19,5 +19,17 @@ import java.util.List; ...@@ -19,5 +19,17 @@ import java.util.List;
@Repository @Repository
public interface GoblinGoodsSkuMapper extends BaseMapper<GoblinGoodsSku> { public interface GoblinGoodsSkuMapper extends BaseMapper<GoblinGoodsSku> {
/**
* 根据skuName获取
* @param skuName
* @return
*/
List<GoblinGoodsSku> selectSkuLikeName(@Param("skuName") String skuName);
/**
* 根据skuIds查询sku
* @param skuIds
* @return
*/
List<GoblinGoodsSku> selectByIds(@Param("skuIds") String skuIds);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment