All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qingxun.javasdkapi.response.dict.industry.IndustryDict Maven / Gradle / Ivy

Go to download

openapi SDK for Java Copyright © 2023 杭州轻寻科技 All rights reserved. 版权所有 (C)杭州轻寻科技 http://open.qingxun.com

The newest version!
package com.qingxun.javasdkapi.response.dict.industry;


import lombok.Data;
import lombok.extern.slf4j.Slf4j;
/**
 * @Author Lx
 * @Date 2023-02-10 17:12:00
 * @Description 行业词典
 */
@Data
@Slf4j
public class IndustryDict {
    String industry;//行业
    String[] means;//释义

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy