../fw.batch/src/main/java/com/xxxxxxx/drvpp/fw/batch/util/Business.java
package com.xxxxxxx.drvpp.fw.batch.util;
public interface Business<T> {
int doExecute(T parameter);
}