liuyuhang_branch
parent
6678f112cb
commit
c8b737855a
@ -0,0 +1,21 @@
|
||||
package com.wsk.dao;
|
||||
|
||||
import com.wsk.pojo.GoodsCar;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface GoodsCarMapper {
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
int insert(GoodsCar record);
|
||||
|
||||
int insertSelective(GoodsCar record);
|
||||
|
||||
GoodsCar selectByPrimaryKey(Integer id);
|
||||
|
||||
int updateByPrimaryKeySelective(GoodsCar record);
|
||||
|
||||
int updateByPrimaryKey(GoodsCar record);
|
||||
|
||||
List<GoodsCar> selectByUid(int uid);
|
||||
}
|
Loading…
Reference in new issue