增加动态表单自动排版配置界面的保存回显逻辑
This commit is contained in:
parent
11a3cb425e
commit
5a341eb4dd
@ -0,0 +1,30 @@
|
||||
package cn.com.tenlion.configcolumn.configcolumn;
|
||||
|
||||
import cn.com.tenlion.configcolumn.pojo.dtos.configcolumn.ConfigColumnDTO;
|
||||
import ink.wgink.exceptions.RemoveException;
|
||||
import ink.wgink.exceptions.SearchException;
|
||||
import ink.wgink.pojo.ListPage;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @ClassName: IPicturesTemplateService
|
||||
* @Description: 栏目管理
|
||||
* @Author: WenG
|
||||
* @Date: 2020-10-20 10:49
|
||||
* @Version: 1.0
|
||||
**/
|
||||
public interface IConfigColumnDataService {
|
||||
|
||||
/**
|
||||
*栏目管理列表
|
||||
*
|
||||
* @return
|
||||
* @throws SearchException
|
||||
*/
|
||||
List<ConfigColumnDTO> listByTableId(String tableId) throws SearchException;
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user