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

top.wboost.common.base.entity.Test Maven / Gradle / Ivy

package top.wboost.common.base.entity;

import com.alibaba.fastjson.JSONArray;
import lombok.Data;

/**
 * @Auther: jwsun
 * @Date: 2019/1/3 22:28
 */
@Data
public class Test {

    String name;
    JSONArray propertyNames;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy