修改认证清单编辑后发消息

This commit is contained in:
高嵩
2023-08-10 20:55:52 +08:00
parent 3d75e77f6c
commit fbdddef361
4 changed files with 391 additions and 48 deletions
@@ -73,4 +73,8 @@ public enum ProjectRoleEnum {
}
return null;
}
public int getIntValue() {
return Integer.valueOf(value);
}
}