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

org.shoulder.batch.model.DataItem Maven / Gradle / Ivy

package org.shoulder.batch.model;

/**
 * 批量记录某一项(多行中某一行)
 *
 * @author lym
 */
public interface DataItem {

    /**
     * 获取本项在整体批量操作中的行号
     *
     * @return 行号
     */
    int getIndex();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy