@@ -127,6 +127,24 @@ public class BBom extends Entity<Long> {
@Excel(name = "工艺模板id")
private Long moduleId;
+
+ /**
+ * 工艺模板id
+ */
+ @ApiModelProperty(value = "原材料ID")
+ @TableField("meterial_id")
+ @Excel(name = "原材料ID")
+ private Long meterialId;
+ @ApiModelProperty(value = "托盘id")
+ @TableField("tray_id")
+ @Excel(name = "托盘id")
+ private Long trayId;
/**
* 同步标志
*/