rev 新增任务字段
This commit is contained in:
@@ -307,6 +307,26 @@ public class TaskDto implements Serializable {
|
||||
*/
|
||||
private String next_height = "0";
|
||||
|
||||
/**
|
||||
* 行架任务类型
|
||||
*/
|
||||
private String truss_type;
|
||||
|
||||
|
||||
/**
|
||||
* 气胀轴代数
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 是否套管
|
||||
*/
|
||||
private String is_bushing;
|
||||
|
||||
//array device_code\material_code\qty
|
||||
private String paper_array;
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public String toString(){
|
||||
|
||||
Reference in New Issue
Block a user