类 ToolsRESTController
java.lang.Object
com.mbap.ct.common.controller.ToolsRESTController
字典表
- 作者:
- DELL
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.mbap.util.view.RgetDictItems(Common common) 获取字典信息com.mbap.util.view.R根据字段生成拼音com.mbap.util.view.RtableExist(String tableName) 查询表是否存在
-
构造器详细资料
-
ToolsRESTController
public ToolsRESTController()
-
-
方法详细资料
-
getDictItems
@ResponseBody @RequestMapping(value="/getDictItems", method=GET, name="\u83b7\u53d6\u5b57\u5178\u4fe1\u606f") public com.mbap.util.view.R getDictItems(Common common) 获取字典信息- 参数:
common-- 返回:
-
getPinYin
@ResponseBody @RequestMapping(value="/getPinYin", method=GET, name="\u6839\u636e\u6c49\u5b57\u751f\u6210\u62fc\u97f3") public com.mbap.util.view.R getPinYin(@RequestParam("str") String str) 根据字段生成拼音- 参数:
str-- 返回:
-
tableExist
@ResponseBody @RequestMapping(value="/tableExist", method=GET, name="\u67e5\u8be2\u8868\u662f\u5426\u5b58\u5728") public com.mbap.util.view.R tableExist(@RequestParam("tableName") String tableName) 查询表是否存在
-