| | |
| | | private int registerOrCheckIn;
|
| | | // 进摄像头或出摄像头
|
| | | private String inOrOutCamera;
|
| | | // 状态
|
| | | private String status;
|
| | |
|
| | | private Bitmap bitmap;
|
| | |
|
| | | private String warning;
|
| | | //
|
| | | private String base64Image;
|
| | |
|
| | | private String width;
|
| | |
|
| | | private String height;
|
| | |
|
| | | /**
|
| | | * Get 人员主键
|
| | |
| | | public void setWarning(String warning) {
|
| | | this.warning = warning;
|
| | | }
|
| | |
|
| | | public String getWidth() {
|
| | | return width;
|
| | | }
|
| | |
|
| | | public void setWidth(String width) {
|
| | | this.width = width;
|
| | | }
|
| | |
|
| | | public String getHeight() {
|
| | | return height;
|
| | | }
|
| | |
|
| | | public void setHeight(String height) {
|
| | | this.height = height;
|
| | | }
|
| | |
|
| | | public String getBase64Image() {
|
| | | return base64Image;
|
| | | }
|
| | |
|
| | | public void setBase64Image(String base64Image) {
|
| | | this.base64Image = base64Image;
|
| | | }
|
| | |
|
| | | public String getStatus() {
|
| | | return status;
|
| | | }
|
| | |
|
| | | public void setStatus(String status) {
|
| | | this.status = status;
|
| | | }
|
| | | }
|