| | |
| | | /**扣分原因*/ |
| | | private String reason; |
| | | |
| | | |
| | | private int item_code; |
| | | |
| | | private long mUtc; |
| | | |
| | | public int getItem_code() { |
| | | return item_code; |
| | | } |
| | | |
| | | public void setItem_code(int item_code) { |
| | | this.item_code = item_code; |
| | | } |
| | | |
| | | |
| | | |
| | | public ScoreBean(float mScore, String mItem, String reason) { |
| | |
| | | this.mItem = mItem; |
| | | this.reason = reason; |
| | | } |
| | | public ScoreBean(float mScore, String mItem, String reason,String utc) { |
| | | public ScoreBean(float mScore, String mItem, String reason,String utc,int item_code) { |
| | | this.mScore = mScore; |
| | | this.mItem = mItem; |
| | | this.reason = reason; |
| | |
| | | |
| | | }else{ |
| | | MyLog.i("utc时间不是纯数字"+utc); |
| | | mUtc = System.currentTimeMillis(); |
| | | |
| | | } |
| | | this.item_code= item_code; |
| | | } |
| | | |
| | | public long getUtc() { |