package com.landtool.lanbase.modules.res.dao;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
import com.landtool.lanbase.modules.res.entity.Res_ExtApp;
|
|
@Mapper
|
public interface Res_ExtAppMapper {
|
int deleteByPrimaryKey(int resourceid);
|
|
int insert(Res_ExtApp record);
|
|
int insertSelective(Res_ExtApp record);
|
|
Res_ExtApp selectByPrimaryKey(Integer resourceid);
|
|
int updateByPrimaryKeySelective(Res_ExtApp record);
|
|
int updateByPrimaryKey(Res_ExtApp record);
|
}
|