Commit 028b5ae19a7533f4af3da99fd89776b7436430df
1 parent
4e4631ca05
Exists in
master
and in
7 other branches
buildType
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 @
028b5ae
... | ... | @@ -109,6 +109,16 @@ |
109 | 109 | */ |
110 | 110 | private List<DischargeAbstractBabyQueryModel> dischargeAbstractBabyQueryModelList; |
111 | 111 | |
112 | + private Integer buildType; | |
113 | + | |
114 | + public Integer getBuildType() { | |
115 | + return buildType; | |
116 | + } | |
117 | + | |
118 | + public void setBuildType(Integer buildType) { | |
119 | + this.buildType = buildType; | |
120 | + } | |
121 | + | |
112 | 122 | public String getStatus() { |
113 | 123 | return status; |
114 | 124 | } |