|
|
|
@ -106,7 +106,7 @@ public class PlmTechnicalSpecificationSheet extends QueryPage { |
|
|
|
private String routingType; |
|
|
|
private Integer routingRevision; |
|
|
|
private String routingAlternativeNo; |
|
|
|
|
|
|
|
private String remarkPage; |
|
|
|
public Integer getId() { |
|
|
|
return id; |
|
|
|
} |
|
|
|
@ -322,5 +322,13 @@ public class PlmTechnicalSpecificationSheet extends QueryPage { |
|
|
|
public void setRoutingAlternativeNo(String routingAlternativeNo) { |
|
|
|
this.routingAlternativeNo = routingAlternativeNo; |
|
|
|
} |
|
|
|
|
|
|
|
public String getRemarkPage() { |
|
|
|
return remarkPage; |
|
|
|
} |
|
|
|
|
|
|
|
public void setRemarkPage(String remarkPage) { |
|
|
|
this.remarkPage = remarkPage; |
|
|
|
} |
|
|
|
} |
|
|
|
|