|
|
|
@ -42,6 +42,10 @@ public class MesFurnaceLocation extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("炉内位置代码")
|
|
|
|
|
private String fnLocationNo;
|
|
|
|
|
|
|
|
|
|
@Column(name = "orientation")
|
|
|
|
|
@ApiParam("方向")
|
|
|
|
|
private String orientation;
|
|
|
|
|
|
|
|
|
|
@Column(name = "SEQ")
|
|
|
|
|
@ApiParam("推荐顺序")
|
|
|
|
|
private Integer seq;
|
|
|
|
|