fanli/src/main/java/com/yeshi/fanli/entity/bus/user/AccountDetails.java
@@ -1,6 +1,7 @@ package com.yeshi.fanli.entity.bus.user; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; @@ -10,6 +11,10 @@ import javax.persistence.Transient; import com.google.gson.annotations.Expose; import org.hibernate.annotations.LazyToOne; import org.hibernate.metamodel.binding.CascadeType; import org.springframework.context.annotation.Lazy; import org.yeshi.utils.mybatis.Column; /**