yuxc
2023-04-21 09db48299939cc576ae3e925e722f60c42e673bd
1
2
3
4
5
6
7
8
package com.vci.ubcs.com.vci.starter.poi.util;
 
import java.lang.reflect.Field;
 
@FunctionalInterface
public interface PoiImportProcesser<T> {
    void process(Object var1, T var2, Field var3);
}