package com.gustz.dove.cli.api.message.vo; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; /** * * TODO: 语音消息 * * @author ZHENFENG ZHANG * @since [ Aug 11, 2015 ] */ @XmlAccessorType(XmlAccessType.FIELD) public class Voice extends Media { private static final long serialVersionUID = 1L; }