yy1717
2020-03-09 59798b3c20c1b6e7bde1c03cd1caecbaf0860572
app/src/main/java/safeluck/drive/evaluation/DB/exam_status/ExamStatus.java
@@ -13,10 +13,14 @@
//5 - 直角转弯
@PrimaryKey
    private int map_id;
/**侧方位停车 type = 3
 技术部 叶怿  15:51:49
 倒车入库 type = 1
 上坡起步  type = 2
 zhijiao  type = 5*/
    private int map_item;
    //0 退出(考试完毕)
    //1 进入(正在进行考试)  2-待考
@@ -31,6 +35,14 @@
        this.enter = enter;
    }
    public int getMap_item() {
        return map_item;
    }
    public void setMap_item(int map_item) {
        this.map_item = map_item;
    }
    public ExamStatus() {
    }