#1050 工位监控

yun-zuoyi
WYnneaoapc 6 years ago
parent 72c9a5892d
commit 9b6887dd40

@ -39,7 +39,5 @@ public class MesProdRouteCfg extends BaseBean {
@ApiParam("流程代码") @ApiParam("流程代码")
private String routeCode; private String routeCode;
@Column(name = "ROUTE_TYPE")
@ApiParam("流程类型 10-扫描类型 20-监控类型")
private Integer routeType;
} }

@ -35,12 +35,13 @@ public class MesRoute extends BaseBean {
@ApiParam("流程名称") @ApiParam("流程名称")
private String routeName; private String routeName;
@Column(name = "ROUTE_TYPE")
@ApiParam("流程类型 10-扫描类型 20-监控类型")
private Integer routeType;
@Column(name = "POSITION") @Column(name = "POSITION")
@ApiParam("GOJS位置") @ApiParam("GOJS位置")
private String position; private String position;
@Column(name = "ROUTE_TYPE")
@ApiParam("流程类型 10-扫描类型 20-监控类型")
private Integer routeType;
} }

Loading…
Cancel
Save