Compare commits

..

No commits in common. "8ed5a7aea307e3c44198c61e528d5dd69b409fc6" and "0c84ec4c6e7e6290227177ddaca73bc9dbdac4a9" have entirely different histories.

3 changed files with 0 additions and 17 deletions

View File

@ -28,10 +28,6 @@ public class PositionMapLineRespVO {
@Schema(description = "结束点id(点位子表id)", example = "15890")
@ExcelProperty("结束点id(点位子表id)")
private Long endPointId;
@Schema(description = "出发点序号", example = "20863")
private Integer startingSortNum;
@Schema(description = "结束点序号", example = "20863")
private Integer endPointSortNum;
@Schema(description = "开始点位x轴", example = "15890")
private String startPointX;

View File

@ -25,11 +25,6 @@ public class PositionMapLineSaveReqVO {
@Schema(description = "结束点id(点位子表id)", example = "15890")
private Long endPointId;
@Schema(description = "出发点序号", example = "20863")
private Integer startingSortNum;
@Schema(description = "结束点序号", example = "20863")
private Integer endPointSortNum;
@Schema(description = "开始点位x轴", example = "15890")
private String startPointX;
@Schema(description = "开始点位y轴", example = "15890")

View File

@ -42,14 +42,6 @@ public class PositionMapLineDO extends BaseDO {
* 结束点id(点位子表id)
*/
private Long endPointId;
/**
* 出发点序号
*/
private Integer startingSortNum;
/**
* 结束点序号
*/
private Integer endPointSortNum;
/**
* 开始点位x轴
*/