Commit a4949915 by zhangxingmin

预约-v1版本

parent 486db95f
...@@ -18,7 +18,7 @@ public class ApiAppointmentUserSignDto { ...@@ -18,7 +18,7 @@ public class ApiAppointmentUserSignDto {
/** /**
* 姓名 * 姓名
*/ */
private String realName; private String name;
/** /**
* 执业编码 * 执业编码
......
...@@ -14,6 +14,11 @@ import java.util.List; ...@@ -14,6 +14,11 @@ import java.util.List;
public class ApiAppointmentEditRequest { public class ApiAppointmentEditRequest {
/** /**
* 来源 1-编辑提交 2-生成新单跟进
*/
private Integer source;
/**
* 预约信息 * 预约信息
*/ */
@Valid @Valid
......
...@@ -54,8 +54,8 @@ public class AppointmentUserSign implements Serializable { ...@@ -54,8 +54,8 @@ public class AppointmentUserSign implements Serializable {
/** /**
* 姓名 * 姓名
*/ */
@TableField("real_name") @TableField("name")
private String realName; private String name;
/** /**
* 执业编码 * 执业编码
......
...@@ -54,8 +54,8 @@ public class AppointmentUserSignLog implements Serializable { ...@@ -54,8 +54,8 @@ public class AppointmentUserSignLog implements Serializable {
/** /**
* 姓名 * 姓名
*/ */
@TableField("real_name") @TableField("name")
private String realName; private String name;
/** /**
* 执业编码 * 执业编码
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment