This commit is contained in:
14
Api/Ewide.Core/Ewide.Core.Model/EC_User.cs
Normal file
14
Api/Ewide.Core/Ewide.Core.Model/EC_User.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ewide.Core.Model
|
||||
{
|
||||
public class EC_User
|
||||
{
|
||||
public string ID { get; set; }
|
||||
public string Account { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -54,6 +54,7 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="EC_User.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user