package parking // 停车相关API var ApiGroup = []interface{}{ CreateParkingLot, UpdateParkingLot, GetParkingLotByID, GetParkingLotByCode, ListParkingLots, DeleteParkingLot, CreateBooth, UpdateBooth, GetBoothByID, GetBoothByCode, ListBooths, DeleteBooth, CreateChannel, UpdateChannel, GetChannelByID, GetChannelByCode, ListChannels, DeleteChannel, CreateDevice, UpdateDevice, GetDeviceByID, GetDeviceByCode, ListDevices, DeleteDevice, UpdateDeviceStatus, }