This commit is contained in:
ky_sunl
2021-03-17 08:51:06 +00:00
parent 1688c9f8d1
commit 299d03bdb0
14 changed files with 566 additions and 42 deletions

View 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; }
}
}

View File

@@ -54,6 +54,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="EC_User.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>