[성현모] DataModel분리, TestResult 페이지/기능 추가
This commit is contained in:
7
Projects/WebClient/Web.Tra/Model/ITestResultModel.cs
Normal file
7
Projects/WebClient/Web.Tra/Model/ITestResultModel.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Web.Tra.Model
|
||||
{
|
||||
public interface ITestResultModel : IDataModel
|
||||
{
|
||||
public long No { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user