|
@@ -3,10 +3,12 @@ package org.jeecg.modules.wzOutboundOrder.vo;
|
|
|
import lombok.Data;
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
import org.jeecgframework.poi.excel.annotation.ExcelCollection;
|
|
|
+import org.jeecgframework.poi.excel.annotation.ExcelTarget;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
@Data
|
|
|
+@ExcelTarget("物料明细")
|
|
|
public class CLFCompareResultVO {
|
|
|
|
|
|
@Excel(name = "id", width = 15,orderNum = "0")
|
|
@@ -24,7 +26,7 @@ public class CLFCompareResultVO {
|
|
|
/*规格型号*/
|
|
|
private String ggxh;
|
|
|
|
|
|
- @ExcelCollection(name = "任务",orderNum = "6")
|
|
|
+ @ExcelCollection(name = "任务详情",orderNum = "6")
|
|
|
/*任务集合*/
|
|
|
private List<CLFCompareTaskResultVo> taskVoList;
|
|
|
|