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

io.polaris.builder.dbv.ExcelIndexConfig Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.polaris.builder.dbv;

import lombok.Data;

/**
 * @author Qt
 * @since 1.8
 */
@Data
public class ExcelIndexConfig {
	private String indexSheetName = "目录";
	private int tableRowBegin = 4;
	private int tableRowTemplate = 4;
	private int tableColName = 3;
	private int tableColLabel = 4;
	private int tableColLink = 5;
	private int tableColRemark = 6;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy