Skip to content

Commit 6bb8dae

Browse files
committed
支持DB查询直接导出excel
1 parent 75ec8f6 commit 6bb8dae

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
package seven.callBack;
2+
//=======================================================
3+
// .----.
4+
// _.'__ `.
5+
// .--(^)(^^)---/!\
6+
// .' @ /!!!\
7+
// : , !!!!
8+
// `-..__.-' _.-\!!!/
9+
// `;_: `"'
10+
// .'"""""`.
11+
// /, ya ,\\
12+
// //¹·Éñ±£ÓÓ\\
13+
// `-._______.-'
14+
// ___`. | .'___
15+
// (______|______)
16+
//=======================================================
17+
18+
import java.sql.ResultSet;
19+
20+
/**
21+
* [Zhihu]https://www.zhihu.com/people/Sweets07
22+
* [Github]https://github.com/MatrixSeven
23+
* Created by seven on 2017/1/1.
24+
*/
25+
public interface PackageDataInterface<T> {
26+
T PackageDataProcess(ResultSet res);
27+
}

0 commit comments

Comments
 (0)