|
|
@ -47,6 +47,14 @@ public class MesProdCfgDetail extends BaseBean implements Serializable {
|
|
|
|
@ApiParam("是否虚零件")
|
|
|
|
@ApiParam("是否虚零件")
|
|
|
|
private Integer isVirtual;
|
|
|
|
private Integer isVirtual;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "IS_LEFT_PART")
|
|
|
|
|
|
|
|
@ApiParam("是否左零件")
|
|
|
|
|
|
|
|
private Integer isLeftPart;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "PRINTER_NAME")
|
|
|
|
|
|
|
|
@ApiParam("打印机名称")
|
|
|
|
|
|
|
|
private String printerName;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
@ApiParam("零件名称")
|
|
|
|
@ApiParam("零件名称")
|
|
|
|
private String partName;
|
|
|
|
private String partName;
|
|
|
|