1234567891011121314151617181920212223242526272829 |
- {
- "msg": "200",
- "data": [
- {
- "id": 2,
- "code": "BH0002",
- "departmentName": "包装部门",
- "createTime": "2023-02-01",
- "page": 0,
- "limit": 0
- },
- {
- "id": 3,
- "code": "BH0003",
- "departmentName": "仓储部门",
- "createTime": "2023-02-01",
- "page": 0,
- "limit": 0
- },
- {
- "id": 7,
- "code": "BH0007",
- "departmentName": "物流部门",
- "createTime": "2023-02-01",
- "page": 0,
- "limit": 0
- }
- ]
- }
|