|
|
@@ -32,6 +32,8 @@ public class PartyUserPo extends PartyUserTbl implements User{
|
|
|
protected String wcAccount;
|
|
|
@ApiModelProperty(value = "名称")
|
|
|
protected String fullname;
|
|
|
+ @ApiModelProperty(value = "名称")
|
|
|
+ protected String jianDingZiGeZ;
|
|
|
|
|
|
@ApiModelProperty(value = "系统管理角色")
|
|
|
//由上下文CurrentContext管理
|
|
|
@@ -90,7 +92,15 @@ public class PartyUserPo extends PartyUserTbl implements User{
|
|
|
public void setWcAccount(String wcAccount) {
|
|
|
this.wcAccount = wcAccount;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+ public String getJianDingZiGeZ() {
|
|
|
+ return jianDingZiGeZ;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setJianDingZiGeZ(String jianDingZiGeZ) {
|
|
|
+ this.jianDingZiGeZ = jianDingZiGeZ;
|
|
|
+ }
|
|
|
+
|
|
|
public static PartyUserPo fromJsonString(String data){
|
|
|
if(JacksonUtil.isNotJsonObject(data)){
|
|
|
return null;
|