设计管理:材料明细表料单阶段比较报告

This commit is contained in:
suncz
2024-05-09 14:53:21 +08:00
parent eec463ac58
commit 2b06717f72
6 changed files with 184 additions and 39 deletions

View File

@@ -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;
}