Commit e0fc7b0b by zhangxingmin

预约-v1版本

parent 0793bed4
...@@ -167,6 +167,11 @@ public class ApiAppointmentInfoDto { ...@@ -167,6 +167,11 @@ public class ApiAppointmentInfoDto {
private String isLegalBeneficiary; private String isLegalBeneficiary;
/** /**
* 转介人是否陪同
*/
private String isReferrerAccompany;
/**
* 创建人用户名 * 创建人用户名
*/ */
private String creatorName; private String creatorName;
......
...@@ -299,6 +299,12 @@ public class Appointment implements Serializable { ...@@ -299,6 +299,12 @@ public class Appointment implements Serializable {
private String isLegalBeneficiary; private String isLegalBeneficiary;
/** /**
* 转介人是否陪同
*/
@TableField("is_referrer_accompany")
private String isReferrerAccompany;
/**
* 通用备注 * 通用备注
*/ */
@TableField("remark") @TableField("remark")
......
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