xuxiuxi
2017-07-18 fcbd5e6dcf1711ee9e2913d8f1d1ed9d5e24cc9e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package cn.com.basic.face.service.sqlite;
 
public class TestDao {
 
    public static TestDao instance = new TestDao();
    public static TestDao getInstance() {
        return instance;
    }
 
    public static void test() {
 
    }
 
}