git-svn-id: http://192.168.1.226/svn/proxy@167 454eff88-639b-444f-9e54-f578c98de674
| | |
| | | initOkHttpUtils(); |
| | | application = this; |
| | | DictionaryMng.getInstance().loadAllDictionaryData(); |
| | | //VisitorTypeMng.getInstance().loadAll(); |
| | | VisitorTypeMng.getInstance().loadAll(); |
| | | } |
| | | |
| | | |
| | |
| | |
|
| | | public class VisitorTypeMng extends BaseMng {
|
| | |
|
| | | public static VisitorType instance = new VisitorType();
|
| | | public static VisitorTypeMng instance = new VisitorTypeMng();
|
| | |
|
| | | public static VisitorType getInstance() {
|
| | | public static VisitorTypeMng getInstance() {
|
| | | return instance;
|
| | | }
|
| | |
|