VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/util/Constant.java
@@ -5,5 +5,17 @@ */ 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 Supervisory { public static final int VISIT_REGISTER_CELL = 1; public static final int VISIT_CHECK_IN_CELL = 2; } }