public interface AMSOperation
| 限定符和类型 | 方法和说明 |
|---|---|
String |
daoName()
数据库名
|
String[] |
fieldNameList()
返回请求字段列表
|
com.alibaba.fastjson.JSONObject |
handle(String methodName,
com.alibaba.fastjson.JSONObject data)
处理逻辑
|
String |
methodName()
方法名
|
String |
name()
名称
|
void |
props(com.alibaba.fastjson.JSONObject props)
设置props属性
|
String |
tableName()
表名
|
String daoName()
String tableName()
String methodName()
String[] fieldNameList()
com.alibaba.fastjson.JSONObject handle(String methodName, com.alibaba.fastjson.JSONObject data) throws Exception
ExceptionString name()
void props(com.alibaba.fastjson.JSONObject props)
Copyright © 2024. All rights reserved.