| | |
| | | */
|
| | |
|
| | | public class Constant {
|
| | | public static final int INTERVIEWEE_CELL = 1, VISITOR_CELL = 2;
|
| | |
|
| | | public static class CheckIn {
|
| | | /*来访登记左边被访者列表行类型*/
|
| | | public static final int INTERVIEWEE_ROW = 1;
|
| | | /*来访登记左边被访者列表行类型*/
|
| | | public static final int VISITOR_ROW = 2;
|
| | | }
|
| | |
|
| | | public static class Surveillance {
|
| | | 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 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 DialogSelectType {
|
| | | public static final int GENDER = 1;
|
| | | public static final int ID_TYPE = 2;
|
| | | public static final int VISITOR_TYPE = 3;
|
| | | public static final int VISIT_REASON = 4;
|
| | | public static final int VISIT_REASON_ADD = 5;
|
| | | public static final int RESOLUTION = 6;
|
| | | public static final int PROTOCOL = 7;
|
| | | public static final int CAMERA_BRAND = 8;
|
| | | public static final int POST = 9;
|
| | | public static final int DEPARTMENT = 10;
|
| | | }
|
| | |
|
| | | public static class TabType {
|
| | | public static final int SURVEILLANCE = 0;
|
| | | public static final int REGISTER = 1;
|
| | | public static final int CHECK_IN = 2;
|
| | | public static final int PHONE_CALL = 3;
|
| | | public static final int VISIT = 4;
|
| | | public static final int ATTENDANCE = 5;
|
| | | public static final int DEVICE = 6;
|
| | | }
|
| | |
|
| | | }
|