初始化
This commit is contained in:
13
SupplierManager/Models/AasUserPermission.cs
Normal file
13
SupplierManager/Models/AasUserPermission.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SupplierManager.Models;
|
||||
|
||||
public partial class AasUserPermission
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string? ProxyClass { get; set; }
|
||||
|
||||
public string? ProxyRegion { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user