ResponsePage增加导出功能
This commit is contained in:
@@ -20,6 +20,6 @@ public interface ProxyFileResponsePageDao {
|
||||
public ProxyFileResponsePageCfg getCfgById(@Param("cfgId")Long cfgId);
|
||||
public void insert(ProxyFileResponsePageCfg entity);
|
||||
public void update(ProxyFileResponsePageCfg entity);
|
||||
|
||||
List<ProxyFileResponsePageCfg> findByList(@Param("ids")String ids);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user