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

com.zhongweixian.excel.entity.vo.PoiBaseConstants Maven / Gradle / Ivy

The newest version!
package com.zhongweixian.excel.entity.vo;

/**
 * @author [email protected]
 * @Date 2017/11/5:22:39
 */
public class PoiBaseConstants {
    /**
     * 字段属性对应方法
     */
    public static String GET          = "get";
    /**
     * 字段属性对应方法
     */
    public static String SET          = "set";
    /**
     * 字段属性对应方法
     */
    public static String IS           = "is";
    /**
     * 是否增加属性列
     */
    public static String IS_ADD_INDEX = "isAddIndex";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy