kaiyu
2020-10-20 ac670fcaf071f52ac886a4e52edb7c37d9f5d4fe
1
2
3
4
5
6
7
8
9
10
11
package com.moral.entity;
 
import lombok.Data;
 
@Data
public class DeviceRoad {
    private String mac;
    private int national_monitorPoint_id;
    private String road;
    private Double distance;
}