package cn.com.basic.face.util;
|
|
/**
|
* Created by Sinoe on 2017/2/23.
|
*/
|
|
public class Constant {
|
|
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;
|
}
|
|
}
|