liuyuhang_branch
parent
7a66074ce9
commit
2f644dbd6f
@ -0,0 +1,19 @@
|
||||
package com.wsk.dao;
|
||||
|
||||
import com.wsk.pojo.AdminInformation;
|
||||
|
||||
public interface AdminInformationMapper {
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
int insert(AdminInformation record);
|
||||
|
||||
int insertSelective(AdminInformation record);
|
||||
|
||||
AdminInformation selectByPrimaryKey(Integer id);
|
||||
|
||||
int updateByPrimaryKeySelective(AdminInformation record);
|
||||
|
||||
int updateByPrimaryKey(AdminInformation record);
|
||||
|
||||
AdminInformation selectByNo(int ano);
|
||||
}
|
Loading…
Reference in new issue