Commit a2173417 authored by xiaoguang.xu's avatar xiaoguang.xu

修复联系人默认 bizType 问题

parent 69b81aa8
...@@ -33,7 +33,7 @@ public class Contact extends BaseEntity implements Serializable { ...@@ -33,7 +33,7 @@ public class Contact extends BaseEntity implements Serializable {
@Column(name = "phone_no") @Column(name = "phone_no")
private String phoneNo; private String phoneNo;
@Column(name = "biz_type") @Column(name = "biz_type")
private BizType bizType; private BizType bizType = BizType.CASH;
@Column(name = "relation") @Column(name = "relation")
private Relation relation; private Relation relation;
......
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