| | |
| | | "summary": "获取工艺模型列表", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "description": "当前正在使用的工艺参数编号", |
| | | "name": "number", |
| | | "in": "query", |
| | | "required": true |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "description": "页码", |
| | | "name": "page", |
| | |
| | | "summary": "获取工艺模型列表", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "description": "当前正在使用的工艺参数编号", |
| | | "name": "number", |
| | | "in": "query", |
| | | "required": true |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "description": "页码", |
| | | "name": "page", |
| | |
| | | /v1/processModel/list: |
| | | get: |
| | | parameters: |
| | | - description: 当前正在使用的工艺参数编号 |
| | | in: query |
| | | name: number |
| | | required: true |
| | | type: string |
| | | - description: 页码 |
| | | in: query |
| | | name: page |
| | |
| | | case constvar.ProblemCodePlcConnect: |
| | | checkObj = &PlcConnect{} |
| | | } |
| | | checkResultList = append(checkResultList, &CheckResult{ |
| | | checkResultListTemp = append(checkResultListTemp, &CheckResult{ |
| | | ItemCode: item, |
| | | ItemName: itemNameMap[item], |
| | | CheckResult: checkObj.Check(), |