server/src/main/java/doumeemes/dao/business/vo/WorkPlansVO.java
@@ -76,7 +76,6 @@ @JsonFormat(pattern = "yyyy-MM-dd") private Date startDate; @ApiModelProperty(value = "销售单号" ) @Excel(name="销售单号",index = 16,width =15) private String salesorder; @ApiModelProperty(value = "物料编码(关联material_distribute表)", example = "1") private Integer materialId; @@ -153,4 +152,7 @@ @ApiModelProperty(value = "子计划明细信息", example = "1") private List<PlansExtListVO> plansExtListVOList; @ApiModelProperty(value = "是否过期") private Boolean hasExpire; }