设计管理:材料明细表料单阶段比较报告
This commit is contained in:
@@ -83,6 +83,8 @@ public class MaterialOrder extends OrderBase{
|
||||
// this.stage = stage;
|
||||
// }
|
||||
|
||||
private Integer stage;
|
||||
|
||||
private String stageName;
|
||||
|
||||
private String stageCode;
|
||||
@@ -196,6 +198,14 @@ public class MaterialOrder extends OrderBase{
|
||||
this.bidStatus = bidStatus;
|
||||
}
|
||||
|
||||
public Integer getStage() {
|
||||
return stage;
|
||||
}
|
||||
|
||||
public void setStage(Integer stage) {
|
||||
this.stage = stage;
|
||||
}
|
||||
|
||||
public String getStageName() {
|
||||
return stageName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user