|
|
|
@ -38,6 +38,11 @@ public class Station extends BaseEntity { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Schema(description = "站点名称") |
|
|
|
@Schema(description = "站点名称") |
|
|
|
private String stationName; |
|
|
|
private String stationName; |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 站点位置 |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
@Schema(description = "站点位置") |
|
|
|
|
|
|
|
private String stationPosition; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 站码 |
|
|
|
* 站码 |
|
|
|
@ -56,6 +61,11 @@ public class Station extends BaseEntity { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Schema(description = "备注") |
|
|
|
@Schema(description = "备注") |
|
|
|
private String remark; |
|
|
|
private String remark; |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 作业中心ID |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
@Schema(description = "作业中心ID") |
|
|
|
|
|
|
|
private Long wcId; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 获取状态描述 |
|
|
|
* 获取状态描述 |
|
|
|
|