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

com.github.huweilong.extension.poi.App Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
package com.github.huweilong.extension.poi;

import lombok.Data;

/**
 * App
 * @author huweilong
 */
@Data
public class App {
    /**
     * name
     */
    private String name;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy