bug:14146 一张报表中查询产品所有追溯信息

yun-zuoyi
joke.wang 4 years ago
parent 44af0f4e80
commit 339cbf0634

@ -236,6 +236,18 @@ public class MesProduceSn extends BaseBean implements Serializable {
@ApiParam("物料版本号") @ApiParam("物料版本号")
private String versionNo; private String versionNo;
@Transient
@ApiParam("配方内容")
private String formulaContent;
@Transient
@ApiParam("分组队列编号")
private String queueGroupNo;
@Transient
@ApiParam("组内编号")
private Integer groupNo;
public MesProduceSn() { public MesProduceSn() {
} }

@ -8,12 +8,7 @@ import org.hibernate.annotations.ColumnDefault;
import org.hibernate.annotations.DynamicInsert; import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.DynamicUpdate; import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.Column; import javax.persistence.*;
import javax.persistence.Entity;
import javax.persistence.Index;
import javax.persistence.Inheritance;
import javax.persistence.InheritanceType;
import javax.persistence.Table;
import java.io.Serializable; import java.io.Serializable;
/** /**
@ -74,4 +69,8 @@ public class MesQueueJitActualBom extends BaseBean implements Serializable {
@Column(name = "PART_COLOR_VALUE") @Column(name = "PART_COLOR_VALUE")
@ApiParam("零件色值") @ApiParam("零件色值")
private String partColorValue; private String partColorValue;
@Transient
@ApiParam("物料名称")
private String partName;
} }

Loading…
Cancel
Save