We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ec8f6 commit 6bb8daeCopy full SHA for 6bb8dae
1 file changed
src/main/java/seven/callBack/PackageDataInterface.java
@@ -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