@IocBean @At(value="/platform/sys/conf") public class SysConfController extends Object
| 构造器和说明 |
|---|
SysConfController() |
@At(value="") @Ok(value="beetl:/platform/sys/conf/index.html") public void index()
@At @Ok(value="beetl:/platform/sys/conf/add.html") public void add()
@At @Ok(value="json") @SLog(tag="\u6dfb\u52a0\u53c2\u6570", msg="${args[0].configKey}:${args[0].configValue}") public Object addDo(@Param(value="..") Sys_config conf)
@At(value="/edit/?") @Ok(value="beetl:/platform/sys/conf/edit.html") public Object edit(String id)
@At @Ok(value="json") @SLog(tag="\u4fee\u6539\u53c2\u6570", msg="${args[0].configKey}:${args[0].configValue}") public Object editDo(@Param(value="..") Sys_config conf)
@At(value="/delete/?") @Ok(value="json") @SLog(tag="\u5220\u9664\u53c2\u6570", msg="\u53c2\u6570:${args[0]}") public Object delete(String configKey)
@At @Ok(value="json:full") public Object data(@Param(value="length") int length, @Param(value="start") int start, @Param(value="draw") int draw, @Param(value="::order") List<DataTableOrder> order, @Param(value="::columns") List<DataTableColumn> columns)
Copyright © 2018. All rights reserved.