package com.jevon.vo.excel; import org.apache.poi.ss.usermodel.Row; /** * @author chen * @version 1.0 * @date 2019/10/18 0018 13:59 */ public class ExcelVo { public ExcelVo(Row sheetRow) { } }