|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.logpm.report.vo.qulity.dispatch; |
|
|
|
|
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelIgnore; |
|
|
|
|
import com.alibaba.excel.annotation.ExcelProperty; |
|
|
|
|
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
|
|
|
|
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
|
|
|
@ -94,7 +95,7 @@ public class QualityDispatchTaskVO implements Serializable {
|
|
|
|
|
private Integer signStockNum; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "状态") |
|
|
|
|
@ExcelProperty("状态") |
|
|
|
|
@ExcelIgnore |
|
|
|
|
private String signStatus; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "签收时间") |
|
|
|
|