1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
| {
| "autoMove": true,
| "id": "attrId",
| "name": "floorAttr",
| "desc": "考勤班组属性",
| "shareParam": "communityId",
| "shareColumn": "community_id",
| "shareName": "community",
| "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_FLOOR_ATTR_INFO",
| "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_FLOOR_ATTR_INFO",
| "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_FLOOR_ATTR_INFO",
| "newBusinessTypeCdValue": "510100030002",
| "updateBusinessTypeCdValue": "510100040002",
| "deleteBusinessTypeCdValue": "510100050002",
| "businessTableName": "business_floor_attr",
| "tableName": "f_floor_attr",
| "param": {
| "communityId": "community_id",
| "floorId": "floor_id",
| "bId": "b_id",
| "attrId": "attr_id",
| "specCd": "spec_cd",
| "value": "value",
| "statusCd": "status_cd",
| "operate": "operate"
| },
| "required": [
| {
| "code": "specCd",
| "msg": "属性不能为空"
| }
| ]
| }
|
|