| 1234567891011121314151617181920 |
- {
- "data": [
- {
- "laboratory_id": 1,
- "laboratory_name": "实验室1",
- "base_equipment": 14,
- "laboratory_equipment": 56,
- "use_time": 134.2,
- "experimental_data": 1523
- },{
- "laboratory_id": 2,
- "laboratory_name": "实验室2",
- "base_equipment": 16,
- "laboratory_equipment": 26,
- "use_time": 232.2,
- "experimental_data": 243
- }
- ]
- }
|