package cn.dao.mapper;
import cn.dao.po.Goodsinfo;
import cn.dao.po.GoodsinfoExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface GoodsinfoMapper {
long countByExample(GoodsinfoExample example);
int deleteByExample(GoodsinfoExample example);
int deleteByPrimaryKey(Integer gid);
int insert(Goodsinfo record);
int insertSelective(Goodsinfo record);
List<Goodsinfo> selectByExample(GoodsinfoExample example);
Goodsinfo selectByPrimaryKey(Integer gid);
int updateByExampleSelective(@Param("record") Goodsinfo record, @Param("example") GoodsinfoExample example);
int updateByExample(@Param("record") Goodsinfo record, @Param("example") GoodsinfoExample example);
int updateByPrimaryKeySelective(Goodsinfo record);
int updateByPrimaryKey(Goodsinfo record);
}
最近下载更多
rxj515 LV2
3月17日
微信网友_6512020493586432 LV2
2024年4月9日
floweyws LV6
2024年1月27日
微信网友_6442962125967360 LV2
2023年5月18日
jiejiedawang1234 LV2
2023年3月20日
1755754535 LV5
2022年12月27日
wujiahua LV3
2022年12月13日
renyuan LV9
2022年11月24日
lilong007 LV23
2022年10月21日
qwqiwiw LV4
2022年9月16日

最近浏览