xuxiuxi
2017-03-31 03f65ab5ad75eae6a438a65bcd66ce25a7551d1a
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;
    }
}