| | |
| | | }
|
| | |
|
| | | 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 int VISIT_BLANK_CELL_VIEW_INDEX = 2;
|
| | | }
|
| | |
|
| | | public static class Camera {
|
| | | public static final String IN = "1";
|
| | | public static final String OUT = "2";
|
| | | }
|
| | |
|
| | |
|
| | | /*{
|
| | | "ret":0,
|
| | | "count":3,
|
| | | "result":[[-1,123],[2,456],[0,0]]
|
| | | }*/
|
| | |
|
| | | /**
|
| | | * [-1RecogonizeResult
|
| | | */
|
| | | 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;//访客数据库找到了。
|
| | | }
|
| | |
|
| | | }
|