授权修改

This commit is contained in:
he
2025-02-26 09:46:26 +08:00
parent dfe6d13182
commit 3ccb3ff4de
2 changed files with 18 additions and 0 deletions
@@ -21,6 +21,12 @@ public class TrialFinalRecordView : TrialFinalRecordAddOrEdit
}
public class AuthorizedTrialFinalRecordInDto
{
public List<Guid> Ids { get; set; }
public bool IsAuthorizedView { get; set; }
}
public class TrialFinalRecordAddOrEdit
{