feat: 野生动物锚点
This commit is contained in:
parent
61e896de25
commit
fa805bfc53
@ -0,0 +1,47 @@
|
|||||||
|
package com.yfd.platform.qgc_env.vap.entity.vo;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class WvaPointVo {
|
||||||
|
|
||||||
|
private Integer dtin;
|
||||||
|
|
||||||
|
private String stcd;
|
||||||
|
|
||||||
|
private String stnm;
|
||||||
|
|
||||||
|
private String titleName;
|
||||||
|
|
||||||
|
private String bldsttCcode;
|
||||||
|
|
||||||
|
private String bldstt;
|
||||||
|
|
||||||
|
private Double lttd;
|
||||||
|
|
||||||
|
private Double lgtd;
|
||||||
|
|
||||||
|
private Double dtmel;
|
||||||
|
|
||||||
|
private String rstcds;
|
||||||
|
|
||||||
|
private String ennm;
|
||||||
|
|
||||||
|
private String sttpMap;
|
||||||
|
|
||||||
|
private String rvcd;
|
||||||
|
|
||||||
|
private String addvcd;
|
||||||
|
|
||||||
|
private String baseId;
|
||||||
|
|
||||||
|
private String sttp;
|
||||||
|
|
||||||
|
private String anchoPointState;
|
||||||
|
|
||||||
|
private String mway;
|
||||||
|
|
||||||
|
private String sttpCode;
|
||||||
|
|
||||||
|
private Integer distance;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user