【需求id:1162,pcn登陆】

yun-zuoyi
王杰 6 years ago
parent b6d7156b0b
commit 980ae89cdf

@ -10,10 +10,7 @@ import lombok.EqualsAndHashCode;
import org.hibernate.annotations.DynamicInsert; import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.DynamicUpdate; import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.Column; import javax.persistence.*;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.Transient;
import java.util.List; import java.util.List;
/** /**
@ -62,4 +59,9 @@ public class MesPcnSysUserOffline extends BaseBean {
@ApiParam(value ="账号类型(枚举,待定)" , example ="-1") @ApiParam(value ="账号类型(枚举,待定)" , example ="-1")
private Integer userType; private Integer userType;
@Lob
@Column(name="MENU_LIST")
@ApiParam(value ="菜单" , access ="菜单")
private String menuList;
} }

Loading…
Cancel
Save