public class APIEnti extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
boolean |
CanReq
是否能接受请求
|
String |
Cates
分类,相当于二级模块分类.
|
String |
ID |
String |
Module
模块.
|
String |
Notes
备注.
|
List<APIPara> |
paras
接口的所有参数.
|
String |
ReqType
POST,GET,DELETE??
|
String |
ReqURL
请求的路径
|
List<APIPara> |
response
返回字段的说明.
|
String |
retValue
返回值,有的返回String ,有的返回void, 有的返回JsonModel.
|
static AtomicInteger |
staticid |
| 构造器和说明 |
|---|
APIEnti(String _module,
String _cates,
String _notes,
String _requrl,
String _reqtype) |
APIEnti(String _module,
String _cates,
String _notes,
String _requrl,
String _reqtype,
List<APIPara> _paras) |
public static AtomicInteger staticid
public String ID
public String Module
public String Cates
public String ReqURL
public String ReqType
public String Notes
public String retValue
public boolean CanReq
Copyright © 2019. All rights reserved.