Commit eb24c9b4 authored by Java-刘 彧阳's avatar Java-刘 彧阳

添加日志打印

parent 2a4d81d5
...@@ -33,7 +33,7 @@ public class UserBtRegister implements Serializable { ...@@ -33,7 +33,7 @@ public class UserBtRegister implements Serializable {
private Long registerBtMerchantId; private Long registerBtMerchantId;
@Column(name = "is_active") @Column(name = "is_active")
private Boolean isActive; private Boolean isActive = Boolean.TRUE;
//创建时间 //创建时间
@Column(name = "created_at") @Column(name = "created_at")
......
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