Commit 6fb55b99e46283dc823b67df4c18454685c0c043

Authored by hujiaqi
1 parent cd82f3a081

pid小写

Showing 1 changed file with 5 additions and 5 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/ChildbirthManagerQueryModel.java View file @ 6fb55b9
... ... @@ -12,7 +12,7 @@
12 12  
13 13 private String patientId;
14 14  
15   - private String pId;
  15 + private String pid;
16 16  
17 17 /**
18 18 * @auther HuJiaqi
19 19  
... ... @@ -408,12 +408,12 @@
408 408 this.patientId = patientId;
409 409 }
410 410  
411   - public String getpId() {
412   - return pId;
  411 + public String getPid() {
  412 + return pid;
413 413 }
414 414  
415   - public void setpId(String pId) {
416   - this.pId = pId;
  415 + public void setPid(String pid) {
  416 + this.pid = pid;
417 417 }
418 418  
419 419 public String getDueDate() {