Logo

GitLab

Sign in

曹亮 / poi-demo

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • poi-demo
  • ..
  • vo
  • BasePOIConstants.java
  • init push
    5d0cb853
    曹亮 authored
    2017-11-13 17:43:09 +0800  
    Browse Code »
BasePOIConstants.java 352 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
package com.bckefu.excel.entity.vo;

/**
 * @author caoliang1918@aliyun.com
 * @Date 2017/11/6:0:06
 */
public interface BasePOIConstants {

    /**
     * 注解对象
     */
    String CLASS = "entity";
    /**
     * 表格参数
     */
    String PARAMS = "params";
    /**
     * 下载文件名称
     */
    String FILE_NAME = "fileName";

}