Commit bee5253a by zhangxingmin

push

parent 5837446d
...@@ -166,6 +166,11 @@ public class ApiAppointmentInfoDto { ...@@ -166,6 +166,11 @@ public class ApiAppointmentInfoDto {
private Integer isUseCar; private Integer isUseCar;
/** /**
* 是否有第二持有人
*/
private String isSecond;
/**
* 转介人是否陪同 * 转介人是否陪同
*/ */
private String isReferrerAccompany; private String isReferrerAccompany;
......
...@@ -316,6 +316,12 @@ public class Appointment implements Serializable { ...@@ -316,6 +316,12 @@ public class Appointment implements Serializable {
private String isReferrerAccompany; private String isReferrerAccompany;
/** /**
* 是否有第二持有人
*/
@TableField("is_second")
private String isSecond;
/**
* 通用备注 * 通用备注
*/ */
@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