namespace IoTIntegrationPlatform.Model.MqttModel { /// <summary> /// 语音接口格式 /// </summary> internal class IotVoicGetReply { public string uid { get; set; } public VoiceGetReplyInfo[] data { get; set; } } }