运营区
This commit is contained in:
parent
4e110ed252
commit
80d5dfa7e5
@ -27,15 +27,36 @@ public class FeignEbikeRegionDto implements Serializable {
|
|||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建时间
|
* 运营区ID
|
||||||
*/
|
*/
|
||||||
@Id
|
private Long operationRegionId;
|
||||||
private Long regionId;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 区域名称
|
* 区域名称
|
||||||
*/
|
*/
|
||||||
private String regionName;
|
private String operationRegionName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 简称
|
||||||
|
*/
|
||||||
|
private String simpleName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 行政区id
|
||||||
|
*/
|
||||||
|
private String zoneId;
|
||||||
|
|
||||||
|
private String zoneName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1、圆形 2、多边形
|
||||||
|
*/
|
||||||
|
private Integer shapeType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 半径
|
||||||
|
*/
|
||||||
|
private Float radius;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 组织id(运营商id
|
* 组织id(运营商id
|
||||||
@ -58,33 +79,13 @@ public class FeignEbikeRegionDto implements Serializable {
|
|||||||
private LocalDateTime updateTime;
|
private LocalDateTime updateTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 修改员工id
|
* 修改人
|
||||||
*/
|
*/
|
||||||
private Long updateStaff;
|
private Long updateStaff;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1、运营区 2、站点 3、停车区
|
* 运营区是否运营中:1-是,0-否
|
||||||
*/
|
*/
|
||||||
private Integer type;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 简称
|
|
||||||
*/
|
|
||||||
private String simpleName;
|
|
||||||
|
|
||||||
private Long parentId;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 行政区id
|
|
||||||
*/
|
|
||||||
private String zoneId;
|
|
||||||
|
|
||||||
private Integer shapeType;
|
|
||||||
|
|
||||||
private Integer inOperation;
|
private Integer inOperation;
|
||||||
|
|
||||||
private Double radius;
|
|
||||||
|
|
||||||
private Boolean isDelete;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user