| | |
| | | }
|
| | |
|
| | | public static class AttendanceType {
|
| | | public static final int EMP_ENTERED = 305; //签到(员工)
|
| | | public static final int EMP_EXITED = 306; //签退(员工)
|
| | | public static final String CHECK_IN = "305"; //签到(员工)
|
| | | public static final String CHECK_OUT = "306"; //签退(员工)
|
| | | }
|
| | |
|
| | | public static class EnterOrExit {
|
| | |
| | | public static final String ID_TYPE = "id_type";
|
| | | public static final String COUNTRY = "country";
|
| | | public static final String VISIT_REASON = "visit_reason";
|
| | | public static final String VISIT_TYPE = "visit_type";
|
| | | public static final String VISITOR_TYPE = "visitor_type";
|
| | | public static final String ATTENDER_TYPE = "attender_type";
|
| | | public static final String RESOLUTION = "resolution";
|
| | | public static final String PROTOCOL = "protocol";
|
| | | public static final String CAMERA_BRAND = "camera_brand";
|
| | | }
|
| | |
|
| | | public static class Page {
|
| | | public static final String PAGE_SIZE = "pageSize";
|
| | | public static final String PAGE_NUM = "pageNum";
|
| | | public static final String DEFAULT_PAGE_SIZE = "7";
|
| | | public static final int hasMorePages = 1;
|
| | | public static final int noMorePage = 2;
|
| | | public static final int reachBottom = 3;
|
| | |
| | | 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 VISIT_ATTENDANCE_IN = 5;
|
| | | public static final int VISIT_ATTENDANCE_OUT = 6;
|
| | | public static final int VISIT_ATTENDANCE_BLANK = 7;
|
| | |
|
| | | public static final int REGISTER_CELL_VIEW_INDEX = 0;
|
| | | public static final int CHECK_IN_CELL_VIEW_INDEX = 1;
|
| | | public static final int VISIT_BLANK_CELL_VIEW_INDEX = 2;
|
| | | }
|
| | |
|
| | | public static class Camera {
|
| | | public static final String IN = "1";
|
| | | public static final String OUT = "2";
|
| | | }
|
| | |
|
| | | public static class RecognizeResult {
|
| | | public static final int RET = 0;
|
| | | public static final int FIRST_ELEMENT_NOT_FOUND = 0;
|
| | | public static final int FIRST_ELEMENT_POSITIVE = 1;//company id parameter.
|
| | | 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;
|
| | | }
|
| | |
|
| | | public static class DeviceSharedPreferences {
|
| | | public static final String LAN = "device_lan";
|
| | | public static final String WIFI = "device_wifi";
|
| | | public static final String SCHOOL = "device_school";
|
| | | public static final String CAMERA1 = "device_camera1";
|
| | | public static final String CAMERA2 = "device_camera2";
|
| | | }
|
| | |
|
| | | public static class DeviceType {
|
| | | public static final String ANDROID_DEVICE = "android_device";
|
| | | public static final String CAMERA1 = "camera1";
|
| | | public static final String CAMERA2 = "camera2";
|
| | | }
|
| | |
|
| | | public static boolean FACE_SERVER = true;
|
| | | public static boolean ID_CARD = false;
|
| | | public static boolean EMULATOR = false;
|
| | |
|
| | | public static class Register {
|
| | | public static boolean VISITOR_REGISTER_SELECTED = true;
|
| | | }
|
| | |
|
| | | }
|