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