CircleAuthorizationToFile EF migration
All checks were successful
Dotnet build and test / build (pull_request) Successful in 6m15s
All checks were successful
Dotnet build and test / build (pull_request) Successful in 6m15s
This commit is contained in:
parent
10fdcb288c
commit
38bc659a58
7 changed files with 4950 additions and 11 deletions
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
namespace Yavsc.Models.Access
|
||||
{
|
||||
using Yavsc.Abstract.Identity.Security;
|
||||
|
||||
public class FileAccessControlRulePayload : CircleAuthorization
|
||||
{
|
||||
public virtual string Path { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue