terminal.js 499 B

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