me.zhangjh.gemini.pojo.Part Maven / Gradle / Ivy
The newest version!
package me.zhangjh.gemini.pojo;
import lombok.Data;
/**
* @author [email protected]
* @date 20:18 2023/12/22
* @Description
*/
@Data
public class Part {
private String text;
public Part() {
}
public Part(String text) {
this.text = text;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy