Commit b3438555aca0e0fbc944d78dd589d67960db4eb2

Authored by liquanyu
1 parent 726137ca1e

建档与优惠券分开功能:添加机构类型orgType字段

Showing 1 changed file with 13 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PatientManagerQueryModel.java View file @ b343855
... ... @@ -120,6 +120,19 @@
120 120 private String level;
121 121 //领劵社区
122 122 private String couponCommunity;
  123 + /**
  124 + * 机构类型
  125 + * 1:卫生与计划生育委员会,2:妇幼保健院/站,3:妇产(科)医院,4:综合医院,5:计生站,6:卫生院,7:卫生所,8:其他
  126 + */
  127 + private Integer orgType;
  128 +
  129 + public Integer getOrgType() {
  130 + return orgType;
  131 + }
  132 +
  133 + public void setOrgType(Integer orgType) {
  134 + this.orgType = orgType;
  135 + }
123 136  
124 137 public String getCouponCommunity() {
125 138 return couponCommunity;