抢购货品同步
This commit is contained in:
@@ -3,7 +3,12 @@ package com.rj.mapper;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.rj.entity.LbGoods;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Mapper
|
||||
public interface LbGoodsMapper extends BaseMapper<LbGoods> {
|
||||
|
||||
int upsertBatch(@Param("list") List<LbGoods> list);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user