| | |
| | | @Excel(name = "产品名称") |
| | | private String productCategory; |
| | | |
| | | |
| | | private String drawingNumber; |
| | | |
| | | @ApiModelProperty(value = "规格") |
| | | @Excel(name = "规格") |
| | | private String specificationModel; |
| | |
| | | @Excel(name = "工艺路线编号") |
| | | private String processRouteCode; |
| | | |
| | | @ApiModelProperty(value = "完成状态") |
| | | @Excel(name = "完成状态") |
| | | @ApiModelProperty(value = "完成进度") |
| | | @Excel(name = "完成进度", suffix = "%") |
| | | private BigDecimal completionStatus; |
| | | |
| | | @ApiModelProperty(value = "BOM编号") |
| | |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | | private LocalDate deliveryDate; |
| | | |
| | | //是否发货(台账页面颜色控制) |
| | | private Boolean isFh; |
| | | } |