|
@@ -1,6 +1,8 @@
|
|
|
package com.github.zuihou.business.operationManagementCenter.dto;
|
|
|
|
|
|
import java.time.LocalDateTime;
|
|
|
+
|
|
|
+import cn.afterturn.easypoi.excel.annotation.Excel;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
import java.time.LocalDateTime;
|
|
@@ -121,6 +123,8 @@ public class TaskNodePageDTO implements Serializable {
|
|
|
@ApiModelProperty(value = "节点类型(0-普通节点1-上料节点2-下料节点3-质检节点)")
|
|
|
private String nodeType;
|
|
|
|
|
|
+ @ApiModelProperty(value = "是否需要查找agv接驳位 0:不需要 1:需要")
|
|
|
+ private String findAgvFlag;
|
|
|
|
|
|
/**
|
|
|
* 统计月
|