类 SysConfController
- java.lang.Object
-
- cn.wizzer.app.web.modules.controllers.platform.sys.SysConfController
-
@IocBean @At("/platform/sys/conf") public class SysConfController extends ObjectCreated by wizzer on 2016/6/28.
-
-
构造器概要
构造器 构造器 说明 SysConfController()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ObjectaddDo(cn.wizzer.app.sys.modules.models.Sys_config conf)Objectdata(int pageNumber, int pageSize, String pageOrderName, String pageOrderBy)Objectdelete(String configKey)Objectedit(String id)ObjecteditDo(cn.wizzer.app.sys.modules.models.Sys_config conf)voidindex()
-
-
-
方法详细资料
-
index
@At("") @Ok("beetl:/platform/sys/conf/index.html") public void index()
-
addDo
@At @Ok("json") @SLog(tag="\u6dfb\u52a0\u53c2\u6570", msg="${conf.configKey}:${conf.configValue}") public Object addDo(@Param("..") cn.wizzer.app.sys.modules.models.Sys_config conf)
-
editDo
@At @Ok("json") @SLog(tag="\u4fee\u6539\u53c2\u6570", msg="${conf.configKey}:${conf.configValue}") public Object editDo(@Param("..") cn.wizzer.app.sys.modules.models.Sys_config conf)
-
delete
@At("/delete/?") @Ok("json") @SLog(tag="\u5220\u9664\u53c2\u6570", msg="\u53c2\u6570:${configKey}") public Object delete(String configKey)
-
-