namespace DispenserCommon.Constant; /// /// 这里管理MQTT 所有的topic /// public class Topics { // 锁机 public const string Locked = "device/{deviceId}/locked"; }