PoiBaseConstants.java 522 Bytes
package com.bckefu.excel.entity.vo;

/**
 * @author caoliang1918@aliyun.com
 * @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";
}