Commit 29553a939d4ffcfdf18833d994054c606ba50284
Exists in
master
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/DischargeAbstractQueryResult.java
View file @
29553a9
| ... | ... | @@ -111,6 +111,16 @@ |
| 111 | 111 | |
| 112 | 112 | private Integer buildType; |
| 113 | 113 | |
| 114 | + private Integer dueStatus; | |
| 115 | + | |
| 116 | + public Integer getDueStatus() { | |
| 117 | + return dueStatus; | |
| 118 | + } | |
| 119 | + | |
| 120 | + public void setDueStatus(Integer dueStatus) { | |
| 121 | + this.dueStatus = dueStatus; | |
| 122 | + } | |
| 123 | + | |
| 114 | 124 | public Integer getBuildType() { |
| 115 | 125 | return buildType; |
| 116 | 126 | } |