Commit faddb74794a27aea07b0176d02b9f3b2bae2a019
1 parent
ffc576eec1
Exists in
master
and in
8 other branches
医院基础列表
Showing 1 changed file with 0 additions and 9 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/SmsConfigRequest.java
View file @
faddb74
| ... | ... | @@ -37,16 +37,7 @@ |
| 37 | 37 | |
| 38 | 38 | //高危配置 |
| 39 | 39 | private String highConfig; |
| 40 | - //运行状态 0运行 1试运行 2停止 | |
| 41 | - private Integer status; | |
| 42 | 40 | |
| 43 | - public String getHighConfig() { | |
| 44 | - return highConfig; | |
| 45 | - } | |
| 46 | - | |
| 47 | - public void setHighConfig(String highConfig) { | |
| 48 | - this.highConfig = highConfig; | |
| 49 | - } | |
| 50 | 41 | |
| 51 | 42 | public String getHospitalId() { |
| 52 | 43 | return hospitalId; |