提交
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
namespace IM_API.Models
|
||||
{
|
||||
public partial class Admin
|
||||
{
|
||||
public AdminState StateEnum
|
||||
{
|
||||
get => (AdminState)State;
|
||||
set => State = (sbyte)value;
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace IM_API.Models
|
||||
{
|
||||
public partial class Admin
|
||||
{
|
||||
public AdminState StateEnum
|
||||
{
|
||||
get => (AdminState)State;
|
||||
set => State = (sbyte)value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user