package com.auto.lyric.data; import java.util.ArrayList; /** * Created by Runt (qingingrunt2010@qq.com) on 2022/5/1. */ public class SendText { public ArrayList texts;//文本 public SendText(ArrayList texts) { this.texts = texts; } }