PMP项目数据对接;邮箱测试

This commit is contained in:
2025-03-31 18:43:58 +08:00
parent 4abca1fa1c
commit 175660e4c8
13 changed files with 1090 additions and 472 deletions
+15
View File
@@ -115,6 +115,21 @@ namespace Model
}
/// <summary>
/// 项目OBS输出信息
/// </summary>
public partial class PMPOBSOutInput
{
/// <summary>
/// 岗位专业名称
/// </summary>
public string workName { get; set; }
/// <summary>
/// 对应岗位专业任职人员名称
/// </summary>
public string userName { get; set; }
}
public partial class PMPOBSResponseData
{