提交 b8a1184e 编写于 作者: wangyongbo's avatar wangyongbo

增加存储存在问题的家庭关系接口

上级 8d102188
流水线 #33314 已失败 于阶段
in 0 second
...@@ -3,7 +3,7 @@ package com.pica.cloud.account.account.common.req; ...@@ -3,7 +3,7 @@ package com.pica.cloud.account.account.common.req;
public class PatFamilyRecordReq { public class PatFamilyRecordReq {
private Integer accId; private Integer acctId;
private Integer selfPatientId; private Integer selfPatientId;
private Integer patientId; private Integer patientId;
private Integer relation; private Integer relation;
...@@ -28,12 +28,12 @@ public class PatFamilyRecordReq { ...@@ -28,12 +28,12 @@ public class PatFamilyRecordReq {
this.modifiedId = modifiedId; this.modifiedId = modifiedId;
} }
public Integer getAccId() { public Integer getAcctId() {
return accId; return acctId;
} }
public void setAccId(Integer accId) { public void setAcctId(Integer acctId) {
this.accId = accId; this.acctId = acctId;
} }
public Integer getSelfPatientId() { public Integer getSelfPatientId() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册