- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace GpsCardGatewayPosition.Service.MqProducer.Model
- {
- public static class MqTopic
- {
-
-
-
- public const string Wx = "topic.push.wx";
-
- public const string Third = "topic.push.third";
-
- public const string Healthy = "topic.healthy.student";
-
-
-
- public const string Fast = "topic.push.fast";
-
- public const string TestEnvDb = "topics.storage.test_env_db";
-
- public const string IotPosition = "topics.storage.iot.postion";
-
-
-
-
-
-
-
-
- public const string Fence = "topic.push.fence";
-
-
-
-
-
-
-
-
-
- public const string LocationMonitor = "topic.location.monitor";
- }
- }
|