package com.nis.domain.configuration.template; public class BasicTemplate { /** * 数据在excel中的第几行 */ protected Integer index; public Integer getIndex() { return index; } public void setIndex(Integer index) { this.index = index; } }