Selaa lähdekoodia

doc: 增加createdAt和endAt属性

wanghongkai 6 vuotta sitten
vanhempi
commit
f021fcd65d
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      types/assignment/codework/CodeWorkDeployRecord.raml

+ 6 - 0
types/assignment/codework/CodeWorkDeployRecord.raml

@@ -35,4 +35,10 @@ properties:
   deployEnvironment:
     type: DeployEnvironment
     description: 部署对应环境
+  createdAt:
+    type: datetime
+    description: 部署开始的时间
+  endAt:
+    type: datetime
+    description: 部署结束的时间