|
@@ -33,7 +33,7 @@ NestedScore: !include ./assignment/codework/NestedScore.raml
|
|
|
NestedOneUnitTest: !include ./assignment/codework/NestedOneUnitTest.raml
|
|
NestedOneUnitTest: !include ./assignment/codework/NestedOneUnitTest.raml
|
|
|
CodeWorkResult: !include ./assignment/codework/CodeWorkResult.raml
|
|
CodeWorkResult: !include ./assignment/codework/CodeWorkResult.raml
|
|
|
CodeWorkProject: !include ./assignment/codework/CodeWorkProject.raml
|
|
CodeWorkProject: !include ./assignment/codework/CodeWorkProject.raml
|
|
|
-CodeWorkProjectGeneral: !include ./assignment/codework/CodeWorkProjectGeneral.raml
|
|
|
|
|
|
|
+CodeProjectGeneral: !include ./assignment/codework/CodeProjectGeneral.raml
|
|
|
CodeWorkDeploy: !include ./assignment/codework/CodeWorkDeploy.raml
|
|
CodeWorkDeploy: !include ./assignment/codework/CodeWorkDeploy.raml
|
|
|
CodeWorkDeployRecord: !include ./assignment/codework/CodeWorkDeployRecord.raml
|
|
CodeWorkDeployRecord: !include ./assignment/codework/CodeWorkDeployRecord.raml
|
|
|
BuildRecordDTO: !include ./assignment/codework/BuildRecordDTO.raml
|
|
BuildRecordDTO: !include ./assignment/codework/BuildRecordDTO.raml
|
|
@@ -58,4 +58,9 @@ AssignmentType: !include ./enums/AssignmentType.raml
|
|
|
AssignmentStatus: !include ./enums/AssignmentStatus.raml
|
|
AssignmentStatus: !include ./enums/AssignmentStatus.raml
|
|
|
DeployEnvironment: !include ./enums/DeployEnvironment.raml
|
|
DeployEnvironment: !include ./enums/DeployEnvironment.raml
|
|
|
DeployStatus: !include ./enums/DeployStatus.raml
|
|
DeployStatus: !include ./enums/DeployStatus.raml
|
|
|
-BuildStatus: !include ./enums/BuildStatus.raml
|
|
|
|
|
|
|
+BuildStatus: !include ./enums/BuildStatus.raml
|
|
|
|
|
+
|
|
|
|
|
+# Page
|
|
|
|
|
+PageEntity: !include ./PageEntity.raml
|
|
|
|
|
+PageUser: !include ./page/PageUser.raml
|
|
|
|
|
+PageQuestion: !include ./page/PageQuestion.raml
|