package com.landtool.lanbase.modules.res.service;
|
|
import com.landtool.lanbase.modules.res.entity.Res_ExtSpaceServer;
|
import com.landtool.lanbase.modules.res.entity.Res_ExtSpaceServerWithBLOBs;
|
|
public interface ResExtSpaceServerService {
|
int deleteByPrimaryKey(int resourceid);
|
|
int insert(Res_ExtSpaceServerWithBLOBs record);
|
|
int insertSelective(Res_ExtSpaceServerWithBLOBs record);
|
|
Res_ExtSpaceServerWithBLOBs selectByPrimaryKey(Integer resourceid);
|
|
int updateByPrimaryKeySelective(Res_ExtSpaceServerWithBLOBs record);
|
|
int updateByPrimaryKeyWithBLOBs(Res_ExtSpaceServerWithBLOBs record);
|
|
int updateByPrimaryKey(Res_ExtSpaceServer record);
|
}
|