export const equipmentList = [
    {
        equipId: "11111",   //设备id
        equipName: "xxx",   //设备名称
        bimLocation: "28588.48688281251,-65850.65770572917,53800.0",  //设备坐标
        width: 30,        //设备在视图中展示的大小(1=实际中的1m)
        height: 30,
    },
]