Commit d2ed29e1 by zhangxingmin

预约-v1版本

parent e0fc7b0b
......@@ -141,6 +141,11 @@ public class ApiAppointmentInfoDto {
private String openAccountNotice;
/**
* 开户所需资料
*/
private String materials;
/**
* 是否体检: 0-否, 1-是(字典)
*/
private Integer isTj;
......
......@@ -269,6 +269,12 @@ public class Appointment implements Serializable {
private String openAccountNotice;
/**
* 开户所需资料
*/
@TableField("materials")
private String materials;
/**
* 是否体检: 0-否, 1-是(字典)
*/
@TableField("is_tj")
......
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