Init
This commit is contained in:
8
Server/Model/Enum.cs
Normal file
8
Server/Model/Enum.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Server.Model
|
||||
{
|
||||
public enum RecordState
|
||||
{
|
||||
Default = 0,
|
||||
Deleted = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user