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

cn.ocoop.framework.common.excel.DataWrapper Maven / Gradle / Ivy

The newest version!
package cn.ocoop.framework.common.excel;

import lombok.AllArgsConstructor;
import lombok.Data;

@Data
@AllArgsConstructor
public class DataWrapper {
    private int rowIndex;
    private T data;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy