zhangqian
2023-10-09 36a8d4505d6f2ce688f8d7df451adfa29ee9950c
update swagger
3个文件已修改
11 ■■■■■ 已修改文件
docs/docs.go 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/swagger.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/swagger.yaml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/docs.go
@@ -1071,6 +1071,10 @@
                "procedureId": {
                    "type": "string"
                },
                "processModelNumber": {
                    "description": "工艺模型编号",
                    "type": "string"
                },
                "startTime": {
                    "type": "integer"
                },
docs/swagger.json
@@ -1059,6 +1059,10 @@
                "procedureId": {
                    "type": "string"
                },
                "processModelNumber": {
                    "description": "工艺模型编号",
                    "type": "string"
                },
                "startTime": {
                    "type": "integer"
                },
docs/swagger.yaml
@@ -287,6 +287,9 @@
        description: common.ProductProcedure  对象
      procedureId:
        type: string
      processModelNumber:
        description: 工艺模型编号
        type: string
      startTime:
        type: integer
      status: