| | |
| | | public static final int VISIT_REGISTER_ITEM_TYPE = 1;
|
| | | public static final int VISIT_CHECK_IN_ITEM_TYPE = 2;
|
| | | public static final int VISIT_BLANK_ITEM_TYPE = 3;
|
| | | public static final int VISIT_ATTENDANCE_ITEM_TYPE = 4;
|
| | |
|
| | | public static final int REGISTER_CELL_VIEW_INDEX = 0;
|
| | | public static final int CHECK_IN_CELL_VIEW_INDEX = 1;
|
| | |
| | | public static final int FIRST_ELEMENT_NEGATIVE = -1;//访客数据库找到了。
|
| | | }
|
| | |
|
| | | public static class SelectPhotoType {
|
| | | public static final int SELECT_PHOTO = 1;
|
| | | public static final int UPLOAD_PHOTO = 2;
|
| | | }
|
| | |
|
| | | }
|