Commit ca947ac7270f9d69383ec0fa174525cc7eadad31

Authored by liquanyu
1 parent 2571d5bf28

体重管理

Showing 1 changed file with 10 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/PatientWeight.java View file @ ca947ac
... ... @@ -121,6 +121,16 @@
121 121  
122 122 private String bmi;
123 123  
  124 + private boolean isShow;
  125 +
  126 + public boolean isShow() {
  127 + return isShow;
  128 + }
  129 +
  130 + public void setIsShow(boolean isShow) {
  131 + this.isShow = isShow;
  132 + }
  133 +
124 134 public String getPid() {
125 135 return pid;
126 136 }