GET api/T_DirTable/{id}
获取指定ID字典信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取指定ID字典信息
T_DirTableName | Description | Type | Additional information |
---|---|---|---|
id |
串号 |
integer |
None. |
iParentDict |
上级ID |
integer |
None. |
BarndName |
品牌 |
string |
None. |
cDictName |
字典名称 |
string |
None. |
cDictValue |
字典值 |
string |
None. |
iDictSort |
排序 |
integer |
None. |
iDictLevel |
等级 |
integer |
None. |
cRemark |
备注 |
string |
None. |
cDictClass |
类别 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "iParentDict": 1, "BarndName": "sample string 2", "cDictName": "sample string 3", "cDictValue": "sample string 4", "iDictSort": 1, "iDictLevel": 1, "cRemark": "sample string 5", "cDictClass": "sample string 6" }