|
|
@@ -41,6 +41,16 @@ public class Bom extends CommonBaseEntity implements Serializable {
|
|
|
|
|
|
private String pr_orispeccode;
|
|
|
|
|
|
+ private String pr_unit;
|
|
|
+
|
|
|
+ public String getPr_unit() {
|
|
|
+ return pr_unit;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_unit(String pr_unit) {
|
|
|
+ this.pr_unit = pr_unit;
|
|
|
+ }
|
|
|
+
|
|
|
public String getPr_spec() {
|
|
|
return pr_spec;
|
|
|
}
|