Admin
2021-02-22 bb9c1b1e6d810737cf8faab907a33f3d396ee5cd
app/src/main/java/safeluck/drive/evaluation/bean/ScoreBean.java
@@ -23,6 +23,8 @@
    private long mUtc;
    private String utcStr;
    public int getItem_code() {
        return item_code;
    }
@@ -45,10 +47,12 @@
        if (Utils.isDigital(utc)){
            mUtc = Utils.dateToLongSec(utc);
            this.utcStr = utc+"0";
        }else{
            MyLog.i("utc时间不是纯数字"+utc);
            mUtc = System.currentTimeMillis();
            this.utcStr="20210222142545.120";
        }
        this.item_code= item_code;
@@ -58,6 +62,10 @@
        return mUtc;
    }
    public String getUtcStr(){
        return utcStr;
    }
    public float getScore() {