Commit 1ea9a2ff08cbe691b16ca4e15217c7045c4324b6
1 parent
82e7433aeb
Exists in
master
and in
7 other branches
dueStatus
Showing 1 changed file with 10 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/DischargeAbstractQueryResult.java
View file @
1ea9a2f
... | ... | @@ -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 | } |