增加描述
This commit is contained in:
parent
086dcf42c6
commit
45392def4b
@ -4,13 +4,11 @@ Accept: application/json
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"name": "急急急",
|
||||
"attrs": [{"label": "用户名", "attr": "name"}],
|
||||
"resourceScope": [{"attr": "dataPermission", "operation": "in", "value": ["ALL"]}],
|
||||
"resourceCode": "testCode7",
|
||||
"module": "PROJECT",
|
||||
"ext": {"c": "测试"},
|
||||
"parentId": 1
|
||||
"name": "项目部通讯录列表",
|
||||
"attrs": [{"label": "用户名", "attr": "name"}, {"label": "用户Id", "attr": "id"}, {"label": "手机号", "attr": "phone"}],
|
||||
"resourceScope": [{"attr": "dataPermission", "operation": "in", "value": ["WORKSPACE_SUPERIOR"]}],
|
||||
"resourceCode": "workspaceContact",
|
||||
"module": "PROJECT"
|
||||
}
|
||||
|
||||
> reponse-check.js
|
||||
@ -22,7 +20,7 @@ Content-Type: application/json
|
||||
|
||||
{
|
||||
"page": 1,
|
||||
"name": "a"
|
||||
"name": "项目部通讯录列表"
|
||||
}
|
||||
|
||||
> reponse-check.js
|
||||
|
||||
@ -14,4 +14,5 @@ import lombok.experimental.SuperBuilder;
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class PageDataResourceResp extends DataResourceResp {
|
||||
private String description;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user