Browse Source

修改任务字段

pull/358/head
wanjing 11 months ago
parent
commit
e0e04c579c
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/entity/Inspection.java

+ 0
- 10
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/entity/Inspection.java View File

*/ */
private Integer inspectionLine; private Integer inspectionLine;


/**
* 航线长度
*/
private Double airportLineLength;

/** /**
* 飞行设备 * 飞行设备
*/ */
*/ */
private String patrolLocation; private String patrolLocation;


/**
* 算法实例
*/
private String dspServiceInstId;

/** /**
* 应急任务数据关联任务ID * 应急任务数据关联任务ID
*/ */

Loading…
Cancel
Save