package cn.dao.mapper;
import cn.dao.po.Stock;
import cn.dao.po.StockExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface StockMapper {
long countByExample(StockExample example);
int deleteByExample(StockExample example);
int deleteByPrimaryKey(Integer gid);
int insert(Stock record);
int insertSelective(Stock record);
List<Stock> selectByExample(StockExample example);
Stock selectByPrimaryKey(Integer gid);
int updateByExampleSelective(@Param("record") Stock record, @Param("example") StockExample example);
int updateByExample(@Param("record") Stock record, @Param("example") StockExample example);
int updateByPrimaryKeySelective(Stock record);
int updateByPrimaryKey(Stock 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日

最近浏览