|
@@ -155,6 +155,13 @@ public class OrderProduct extends Entity<Long> {
|
|
|
@Excel(name = "节拍类型(1-自动2-自有节拍)")
|
|
|
private String rhythmType;
|
|
|
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "材料炉批号")
|
|
|
+ @Length(max = 12, message = "材料炉批号长度不能超过12")
|
|
|
+ @TableField(value = "furnace_batch_no", condition = LIKE)
|
|
|
+ @Excel(name = "材料炉批号")
|
|
|
+ private String furnaceBatchNo;
|
|
|
+
|
|
|
/**
|
|
|
* 日生产节拍(日最大生产数)
|
|
|
*/
|