ExcelVo.java 208 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 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) { } }