package com.landtool.lanbase.modules.res.service;
|
|
import com.landtool.lanbase.modules.res.entity.Res_ExtThemeMap;
|
|
/**
|
* @Author: lizhao
|
* @Date: 2018-03-05 16:07
|
* @Description:7系统资源扩展(专题地图)(RES_EXTTHEMEMAP)
|
*
|
*/
|
public interface ResExtThemeMapService {
|
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);
|
}
|