【需求id:1162,pcn登陆】

yun-zuoyi
王杰 6 years ago
parent c68cb7889e
commit b2886012a5

@ -2595,7 +2595,8 @@ public class MesEnumUtil {
PCN_PULL(60, "PCN_PULL"),
PCN_PUSH(70, "PCN_PUSH"),
FDFS_DOWNLOAD(80, "FDFS_DOWNLOAD"),
REWORK_REPAIR(90, "REWORK_REPAIR");
REWORK_REPAIR(90, "REWORK_REPAIR"),
PCN_LOGIN(100, "PCN_LOGIN");
private int value;
private String description;

@ -58,4 +58,8 @@ public class MesPcnSysUserOffline extends BaseBean {
@ApiParam(value = "部门名称", access = "部门名称")
private String organizeName;
@Column(name="USER_TYPE")
@ApiParam(value ="账号类型(枚举,待定)" , example ="-1")
private Integer userType;
}

Loading…
Cancel
Save