com.qingxun.javasdkapi.response.dict.model.base.Exchange Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk-api Show documentation
Show all versions of java-sdk-api Show documentation
openapi SDK for Java
Copyright © 2023 杭州轻寻科技
All rights reserved.
版权所有 (C)杭州轻寻科技
http://open.qingxun.com
The newest version!
package com.qingxun.javasdkapi.response.dict.model.base;
import lombok.Data;
/**
* @Author Lx
* @Date 2023-02-08 16:19:24
* @Description 词态
*/
@Data
public class Exchange {
String[] word_ing;//现在分词
String[] word_done;//过去分词
String[] word_past;//过去式
String[] word_third;//第三人称单数
String[] word_pl;//复数
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy