package com.supervision.pojo.vo; import lombok.Data; @Data public class ReplyVoiceResVO { private String voice; private String text; }