|
@ -14,7 +14,7 @@ import java.util.Date;
|
|
|
@Table(name = "manage_call_service")
|
|
|
public class CallService extends IdEntity {
|
|
|
|
|
|
private String code; //服务编号
|
|
|
private String code; //服务编号.
|
|
|
private String callCode; //关联通话记录
|
|
|
private String patient; //服务对象(患者code)
|
|
|
private String patientName; // 服务对象名称(患者名称)
|