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