server/src/main/java/doumeemes/dao/business/vo/WorkPlansVO.java
@@ -71,6 +71,10 @@ @ExcelColumn(name="计划日期",index = 3,width =15) @JsonFormat(pattern = "yyyy-MM-dd") private Date planDate; @ApiModelProperty(value = "计划开始日期") @ExcelColumn(name="计划开始日期",index = 3,width =15) @JsonFormat(pattern = "yyyy-MM-dd") private Date startDate; @ApiModelProperty(value = "物料编码(关联material_distribute表)", example = "1") private Integer materialId;