|
|
@ -21,10 +21,10 @@ public class QcStaticTable extends BaseEntity {
|
|
|
|
|
|
|
|
|
|
|
|
private String supplierId;
|
|
|
|
private String supplierId;
|
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "供应商编号")
|
|
|
|
@Excel(name = "单位编码")
|
|
|
|
private String supplierCode;
|
|
|
|
private String supplierCode;
|
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "供应商名称")
|
|
|
|
@Excel(name = "单位名称")
|
|
|
|
private String supplierName;
|
|
|
|
private String supplierName;
|
|
|
|
|
|
|
|
|
|
|
|
private List<String> supplierCodes;
|
|
|
|
private List<String> supplierCodes;
|
|
|
@ -36,19 +36,34 @@ public class QcStaticTable extends BaseEntity {
|
|
|
|
private int noOkBatchs;
|
|
|
|
private int noOkBatchs;
|
|
|
|
private int nums;
|
|
|
|
private int nums;
|
|
|
|
private int okNums;
|
|
|
|
private int okNums;
|
|
|
|
private int noOkNums;
|
|
|
|
|
|
|
|
private String typeCode;
|
|
|
|
private String typeCode;
|
|
|
|
private String checkResult;
|
|
|
|
private String checkResult;
|
|
|
|
private String noOkBatchRate;
|
|
|
|
private String noOkBatchRate;
|
|
|
|
private String noOkNumRate;
|
|
|
|
|
|
|
|
private String ymArrayStart;
|
|
|
|
private String ymArrayStart;
|
|
|
|
private String ymArrayEnd;
|
|
|
|
private String ymArrayEnd;
|
|
|
|
private List<String> legendData;
|
|
|
|
private List<String> legendData;
|
|
|
|
private List<String> xAxis;
|
|
|
|
private List<String> xAxis;
|
|
|
|
private List<ChartDTO> series;
|
|
|
|
private List<ChartDTO> series;
|
|
|
|
|
|
|
|
@Excel(name = "订单编码")
|
|
|
|
|
|
|
|
private String orderNo;
|
|
|
|
|
|
|
|
@Excel(name = "批次")
|
|
|
|
|
|
|
|
private String incomeBatchNo;
|
|
|
|
|
|
|
|
@Excel(name = "产品编码")
|
|
|
|
private String materialCode;
|
|
|
|
private String materialCode;
|
|
|
|
|
|
|
|
@Excel(name = "产品名称")
|
|
|
|
private String materialName;
|
|
|
|
private String materialName;
|
|
|
|
|
|
|
|
@Excel(name = "数量")
|
|
|
|
|
|
|
|
private String quality;
|
|
|
|
|
|
|
|
@Excel(name = "单位")
|
|
|
|
|
|
|
|
private String unit;
|
|
|
|
|
|
|
|
@Excel(name = "抽样数量")
|
|
|
|
private String sampleQuality;
|
|
|
|
private String sampleQuality;
|
|
|
|
|
|
|
|
@Excel(name = "不良数量")
|
|
|
|
|
|
|
|
private int noOkNums;
|
|
|
|
|
|
|
|
@Excel(name = "不良比例")
|
|
|
|
|
|
|
|
private String noOkNumRate;
|
|
|
|
private BigDecimal aNoOkquality;
|
|
|
|
private BigDecimal aNoOkquality;
|
|
|
|
private BigDecimal bNoOkquality;
|
|
|
|
private BigDecimal bNoOkquality;
|
|
|
|
private BigDecimal cNoOkquality;
|
|
|
|
private BigDecimal cNoOkquality;
|
|
|
@ -59,10 +74,7 @@ public class QcStaticTable extends BaseEntity {
|
|
|
|
|
|
|
|
|
|
|
|
private String recordId;
|
|
|
|
private String recordId;
|
|
|
|
private String checkNo;
|
|
|
|
private String checkNo;
|
|
|
|
private String orderNo;
|
|
|
|
|
|
|
|
private String incomeBatchNo;
|
|
|
|
|
|
|
|
private String quality;
|
|
|
|
|
|
|
|
private String unit;
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
private Date incomeTime;
|
|
|
|
private Date incomeTime;
|
|
|
|
private String checkManCode;
|
|
|
|
private String checkManCode;
|
|
|
|