瀏覽代碼

doc: 增加createdAt和endAt属性

wanghongkai 6 年之前
父節點
當前提交
f021fcd65d
共有 1 個文件被更改,包括 6 次插入0 次删除
  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: 部署结束的时间