[성현모] Tra Overview 기능, 페이지 추가
This commit is contained in:
11
Projects/WebClient/Web.Tra/Model/Enum/EnumTabs.cs
Normal file
11
Projects/WebClient/Web.Tra/Model/Enum/EnumTabs.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Web.Tra.Model.Enum
|
||||
{
|
||||
public enum EnumTabs
|
||||
{
|
||||
None = 0,
|
||||
OverviewC1 = 10,
|
||||
OverviewC1Detail = 20,
|
||||
TestHistoryC1 = 30,
|
||||
End = 10000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user