|
|
|
@ -45,6 +45,10 @@ public class MesBypassMapping extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("是否显示")
|
|
|
|
|
private Integer isDisplay;
|
|
|
|
|
|
|
|
|
|
@Column(name = "PART_LOCATION")
|
|
|
|
|
@ApiParam("产品位置")
|
|
|
|
|
private String partLocation;
|
|
|
|
|
|
|
|
|
|
@Column(name = "PROD_CFG_TYPE_CODE")
|
|
|
|
|
@ApiParam("项目代码")
|
|
|
|
|
private String prodCfgTypeCode;
|
|
|
|
|