feature: Digitization Workstation UI

This commit is contained in:
voltsrage
2026-06-27 12:15:43 +08:00
parent 88e70b3dbe
commit e22d33b654
55 changed files with 6411 additions and 143 deletions
@@ -0,0 +1,7 @@
/// <summary>User summary for assignment and directory lookups.</summary>
public record UserSummaryResponse(
Guid Id,
string Username,
string FullName,
string Role
);