Logo white

Liu Haoyu / vehicle-simple

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • vehicle-simple
  • ..
  • pojo
  • VehicleMongo.java
  • 去掉设备相关内容;
    fddd4673
    Liu Haoyu authored
    2019-12-18 10:27:33 +0800  
    Browse Code »
VehicleMongo.java 373 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
package com.objecteye.pojo;

import org.springframework.data.mongodb.core.mapping.Document;
import org.springframework.stereotype.Component;

@Component
@Document("vehicleInfo")
public class VehicleMongo {

    private String vehicleid;

    private String picurl;

    private Integer vehiclerecordfieid;

    private double[] characvalue;

    private String pictime;

}