修改用户参与项目接口
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-25 09:57:45 +08:00
parent 1f8caa4616
commit 812035686e
3 changed files with 7 additions and 1 deletions
@@ -95,6 +95,7 @@ namespace IRaCIS.Core.Application.Contracts
public class UserTypeSelectDto
{
public bool IsDeleted { get; set; }
public Guid UserTypeId { get; set; }
public string UserTypeShortName { get; set; } = string.Empty;
}