This commit is contained in:
hyunho 2020-12-22 01:32:29 +00:00
parent b52b9d7c3f
commit d4879920b6
2 changed files with 13 additions and 0 deletions

12
Model/Documents.cs Normal file
View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NP.Model
{
class Documents
{
}
}

View File

@ -45,6 +45,7 @@
<ItemGroup>
<Compile Include="BaseModel.cs" />
<Compile Include="Board.cs" />
<Compile Include="Documents.cs" />
<Compile Include="Pay.cs" />
<Compile Include="Common.cs" />
<Compile Include="ENUM.cs" />