Add new user creation

This commit is contained in:
2025-10-19 19:09:44 +09:00
parent 4b6f626f29
commit 42c0509978
14 changed files with 710 additions and 157 deletions

View File

@ -7,5 +7,7 @@ namespace Hcs.WebApp.Data
public const string ADMINISTRATOR_TYPE = "Administrator";
public const string OPERATOR_TYPE = "Operator";
public const string OBSERVER_TYPE = "Observer";
public int Priority { get; set; }
}
}