| | |
| | | @Excel(name = "规格") |
| | | private String model; |
| | | |
| | | @ApiModelProperty(value = "产品类型") |
| | | @Excel(name = "产品类型") |
| | | private String strength; |
| | | |
| | | @ApiModelProperty(value = "工艺路线描述") |
| | | @Excel(name = "工艺路线描述") |
| | | private String description; |
| | |
| | | @ApiModelProperty(value = "物料编码") |
| | | @Excel(name = "物料编码") |
| | | private String materialCode; |
| | | |
| | | @ApiModelProperty(value = "产品ID") |
| | | private Long productId; |
| | | |
| | | @ApiModelProperty(value = "工艺路线编号") |
| | | @Excel(name = "工艺路线编号") |
| | |
| | | |
| | | //是否发货(台账页面颜色控制) |
| | | private Boolean isFh; |
| | | |
| | | @ApiModelProperty("原始工艺路线ID") |
| | | private Long sourceRouteId; |
| | | } |