ResponsePage增加导出功能

This commit is contained in:
wangwei
2019-06-23 18:19:06 +08:00
parent 30ec0dc379
commit c812bebb2d
6 changed files with 122 additions and 26 deletions

View File

@@ -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);
}