diff --git a/mes/选项/列出产品标签形式.md b/mes/选项/列出产品标签形式.md index 6c68a7d..4877a9c 100644 --- a/mes/选项/列出产品标签形式.md +++ b/mes/选项/列出产品标签形式.md @@ -26,8 +26,8 @@ URL: http://localhost:8033/open/ListDfFamilys ``` { "data": { - profile: "测试", - search: "11BB", + "profile": "测试", + "search": "11BB" } } ``` diff --git a/mes/选项/列出产品特征.md b/mes/选项/列出产品特征.md index 37953a5..340ee3d 100644 --- a/mes/选项/列出产品特征.md +++ b/mes/选项/列出产品特征.md @@ -26,8 +26,8 @@ URL: http://localhost:8033/open/ListFeatureCode ``` { "data": { - "profile": "测试厂区", - "search": "P", + "profile": "测试", + "search": "P" } } ``` @@ -42,6 +42,8 @@ URL: http://localhost:8033/open/ListFeatureCode | 字段 | 类型 | 说明 | | :-- | :-- | :-- | | SourceId | string | id | +| sourceGroupName | string | 选项分组值 | +| sourceGroupDesc | string | 选项分组描述 | | SourceValue | string | 选项值 | | SourceDesc | string | 选项描述 | @@ -50,15 +52,20 @@ URL: http://localhost:8033/open/ListFeatureCode ``` { - "clock": "2023-06-25 20:00:00.000", - "status": "ok", - "data": { - "list": [{ - "SourceId": 1, - "SourceValue": "P", - "SourceDesc": "P" - }] - } + "clock": "2023-07-05 14:53:20.166", + "status": "ok", + "data": { + "list": [ + { + "sourceId": 9, + "sourceGroupName": "FEATURE_CODE", + "sourceGroupDesc": "产品特征", + "sourceDesc": "P", + "sourceValue": "P", + "sndGroup": "" + } + ] + } } ``` diff --git a/mes/选项/列出工艺类型.md b/mes/选项/列出工艺类型.md index 71f1a95..ea9a5f2 100644 --- a/mes/选项/列出工艺类型.md +++ b/mes/选项/列出工艺类型.md @@ -26,8 +26,8 @@ URL: http://localhost:8033/open/ListProcessType ``` { "data": { - profile: "测试厂区", - search: "双玻", + "profile": "测试厂区", + "search": "双玻" } } ``` @@ -42,6 +42,8 @@ URL: http://localhost:8033/open/ListProcessType | 字段 | 类型 | 说明 | | :-- | :-- | :-- | | SourceId | string | id | +| sourceGroupName | string | 选项分组值 | +| sourceGroupDesc | string | 选项分组描述 | | SourceValue | string | 选项值 | | SourceDesc | string | 选项描述 | @@ -50,15 +52,19 @@ URL: http://localhost:8033/open/ListProcessType ``` { - "clock": "2023-06-25 20:00:00.000", - "status": "ok", - "data": { - list: [{ - SourceId: 1, - SourceValue: "双玻组件", - SourceDesc: "双玻组件" - }] - } + "clock": "2023-07-05 15:02:07.720", + "status": "ok", + "data": { + "list": [ + { + "sourceId": 8, + "sourceGroupName": "PROCESS_TYPE", + "sourceGroupDesc": "工艺类型", + "sourceDesc": "双玻组件", + "sourceValue": "双玻组件" + } + ] + } } ``` diff --git a/mes/选项/列出晶体类型.md b/mes/选项/列出晶体类型.md index 0ad641d..aa7c085 100644 --- a/mes/选项/列出晶体类型.md +++ b/mes/选项/列出晶体类型.md @@ -26,8 +26,8 @@ URL: http://localhost:8033/open/ListCrysType ``` { "data": { - profile: "测试厂区", - search: "单晶", + "profile": "测试", + "search": "单晶" } } ``` @@ -42,6 +42,8 @@ URL: http://localhost:8033/open/ListCrysType | 字段 | 类型 | 说明 | | :-- | :-- | :-- | | SourceId | string | id | +| sourceGroupName | string | 选项分组值 | +| sourceGroupDesc | string | 选项分组描述 | | SourceValue | string | 选项值 | | SourceDesc | string | 选项描述 | @@ -50,15 +52,19 @@ URL: http://localhost:8033/open/ListCrysType ``` { - "clock": "2023-06-25 20:00:00.000", - "status": "ok", - "data": { - list: [{ - SourceId: 1, - SourceValue: "M", - SourceDesc: "单晶" - }] - } + "clock": "2023-07-05 15:02:33.311", + "status": "ok", + "data": { + "list": [ + { + "sourceId": 38, + "sourceGroupName": "CRYS_TYPE", + "sourceGroupDesc": "晶体类型", + "sourceDesc": "单晶", + "sourceValue": "M" + } + ] + } } ``` diff --git a/mes/选项/列出栅线类型.md b/mes/选项/列出栅线类型.md index bb402e1..6236237 100644 --- a/mes/选项/列出栅线类型.md +++ b/mes/选项/列出栅线类型.md @@ -26,8 +26,8 @@ URL: http://localhost:8033/open/ListBusBar ``` { "data": { - profile: "测试厂区", - search: "11BB", + "profile": "测试", + "search": "11BB" } } ``` @@ -42,6 +42,8 @@ URL: http://localhost:8033/open/ListBusBar | 字段 | 类型 | 说明 | | :-- | :-- | :-- | | SourceId | string | id | +| sourceGroupName | string | 选项分组值 | +| sourceGroupDesc | string | 选项分组描述 | | SourceValue | string | 选项值 | | SourceDesc | string | 选项描述 | @@ -50,15 +52,19 @@ URL: http://localhost:8033/open/ListBusBar ``` { - "clock": "2023-06-25 20:00:00.000", - "status": "ok", - "data": { - list: [{ - SourceId: 1, - SourceValue: "11BB", - SourceDesc: "11BB" - }] - } + "clock": "2023-07-05 15:03:10.748", + "status": "ok", + "data": { + "list": [ + { + "sourceId": 37, + "sourceGroupName": "BUSBAR", + "sourceGroupDesc": "栅线类型", + "sourceDesc": "11BB", + "sourceValue": "11BB" + } + ] + } } ``` diff --git a/mes/选项/列出电池片数量.md b/mes/选项/列出电池片数量.md index 82e1f0e..bccf9e7 100644 --- a/mes/选项/列出电池片数量.md +++ b/mes/选项/列出电池片数量.md @@ -26,8 +26,8 @@ URL: http://localhost:8033/open/ListCellQty ``` { "data": { - profile: "测试厂区", - search: "108", + "profile": "测试", + "search": "108" } } ``` @@ -42,6 +42,8 @@ URL: http://localhost:8033/open/ListCellQty | 字段 | 类型 | 说明 | | :-- | :-- | :-- | | SourceId | string | id | +| sourceGroupName | string | 选项分组值 | +| sourceGroupDesc | string | 选项分组描述 | | SourceValue | string | 选项值 | | SourceDesc | string | 选项描述 | @@ -50,15 +52,19 @@ URL: http://localhost:8033/open/ListCellQty ``` { - "clock": "2023-06-25 20:00:00.000", - "status": "ok", - "data": { - list: [{ - SourceId: 1, - SourceValue: "108", - SourceDesc: "108" - }] - } + "clock": "2023-07-05 14:58:36.623", + "status": "ok", + "data": { + "list": [ + { + "sourceId": 53, + "sourceGroupName": "CELL_QTY", + "sourceGroupDesc": "电池片数量", + "sourceDesc": "108", + "sourceValue": "108", + } + ] + } } ``` diff --git a/mes/选项/列出组件规格.md b/mes/选项/列出组件规格.md index 24131f1..8bb460d 100644 --- a/mes/选项/列出组件规格.md +++ b/mes/选项/列出组件规格.md @@ -26,8 +26,8 @@ URL: http://localhost:8033/open/ListModSize ``` { "data": { - profile: "测试厂区", - search: "1728", + "profile": "测试", + "search": "1728" } } ``` @@ -42,23 +42,28 @@ URL: http://localhost:8033/open/ListModSize | 字段 | 类型 | 说明 | | :-- | :-- | :-- | | SourceId | string | id | +| sourceGroupName | string | 选项分组值 | +| sourceGroupDesc | string | 选项分组描述 | | SourceValue | string | 选项值 | | SourceDesc | string | 选项描述 | - 查询成功时,响应如下: ``` { - "clock": "2023-06-25 20:00:00.000", - "status": "ok", - "data": { - list: [{ - SourceId: 1, - SourceValue: "1728*1134*30", - SourceDesc: "1728*1134*30" - }] - } + "clock": "2023-07-05 15:03:37.622", + "status": "ok", + "data": { + "list": [ + { + "sourceId": 52, + "sourceGroupName": "MOD_SIZE", + "sourceGroupDesc": "组件规格", + "sourceDesc": "1728*1134*30", + "sourceValue": "1728*1134*30" + } + ] + } } ```