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