1234567891011121314151617 |
- const terminalList = [];
- for (let i = 1; i < 101; i++) {
- terminalList.push({
- id: 'd513401461284feea555a3e0abc5974a' + i,
- name: `中关村科贸${i}班`,
- code: '150223211102013' + i,
- campusId: 'd513401461284feea555a3e0abc5974b',
- campusName: '湖南省-长沙市 天心区-育才中心校区',
- mobile: '18880991178',
- contactName: '钱志良',
- status: 'NORMAL',
- gmtCreated: 1512960192010,
- gmtModified: 1512960192010,
- })
- }
- module.exports = { terminalList };
|