Browse Source

查询返回值调整

master
吕成旭 1 year ago
parent
commit
0c6eb7e3a2
  1. 7
      mes/产品/列出产品.md
  2. 7
      mes/产品/查询产品详情.md
  3. 5
      mes/供应商/列出供应商.md
  4. 6
      mes/供应商/查询供应商详情.md
  5. 5
      mes/物料/列出物料.md
  6. 8
      mes/物料/列出物料类别.md
  7. 6
      mes/物料/查询物料详情.md
  8. 6
      mes/选项/列出产品标签形式.md

7
mes/产品/列出产品.md

@ -90,8 +90,8 @@ attrs字段
{ {
"clock": "2023-06-25 20:00:00.000", "clock": "2023-06-25 20:00:00.000",
"status": "ok", "status": "ok",
"data": [ "data": {
{ list:[{
productCode:"088+089ART-MW", productCode:"088+089ART-MW",
familyCode:"ART550-144MHA", familyCode:"ART550-144MHA",
processGroupId:0, processGroupId:0,
@ -142,8 +142,9 @@ attrs字段
createUser:"" createUser:""
} }
], ],
}]
} }
]
} }
``` ```

7
mes/产品/查询产品详情.md

@ -1,4 +1,4 @@
### 查询产品详情(QueryProduct) ### 查询产品详情(GetProduct)
此接口用于查询产品详情 此接口用于查询产品详情
@ -8,7 +8,7 @@
方法:POST 方法:POST
URL: http://localhost:8033/open/QueryProduct URL: http://localhost:8033/open/GetProduct
--- ---
@ -91,6 +91,7 @@ attrs字段
"clock": "2023-06-25 20:00:00.000", "clock": "2023-06-25 20:00:00.000",
"status": "ok", "status": "ok",
"data": { "data": {
info:{
productCode:"088+089ART-MW", productCode:"088+089ART-MW",
familyCode:"ART550-144MHA", familyCode:"ART550-144MHA",
processGroupId:0, processGroupId:0,
@ -142,6 +143,8 @@ attrs字段
} }
], ],
} }
}
} }
``` ```

5
mes/供应商/列出供应商.md

@ -64,7 +64,8 @@ URL: http://localhost:8033/open/ListSupplier
{ {
"clock": "2023-06-25 20:00:00.000", "clock": "2023-06-25 20:00:00.000",
"status": "ok", "status": "ok",
"data": [ "data": {
list:[
{ {
supplierCode:"1002210180009192", supplierCode:"1002210180009192",
descriptions:"无锡联晟光伏科技有限公司", descriptions:"无锡联晟光伏科技有限公司",
@ -102,8 +103,8 @@ URL: http://localhost:8033/open/ListSupplier
v_flag_frameglue:0, v_flag_frameglue:0,
v_flag_jboxglue:0, v_flag_jboxglue:0,
v_flag_isolatingbar:0, v_flag_isolatingbar:0,
}]
} }
]
} }
``` ```

6
mes/供应商/查询供应商详情.md

@ -1,4 +1,4 @@
### 查询供应商详情(QuerySupplier) ### 查询供应商详情(GetSupplier)
此接口用于查询供应商详情 此接口用于查询供应商详情
@ -8,7 +8,7 @@
方法:POST 方法:POST
URL: http://localhost:8033/open/QuerySupplier URL: http://localhost:8033/open/GetSupplier
--- ---
@ -65,6 +65,7 @@ URL: http://localhost:8033/open/QuerySupplier
"clock": "2023-06-25 20:00:00.000", "clock": "2023-06-25 20:00:00.000",
"status": "ok", "status": "ok",
"data":{ "data":{
info:{
supplierCode:"1002210180009192", supplierCode:"1002210180009192",
descriptions:"无锡联晟光伏科技有限公司", descriptions:"无锡联晟光伏科技有限公司",
flag:1, flag:1,
@ -83,6 +84,7 @@ URL: http://localhost:8033/open/QuerySupplier
v_flag_jboxglue:0, v_flag_jboxglue:0,
v_flag_isolatingbar:0, v_flag_isolatingbar:0,
} }
}
} }
``` ```

5
mes/物料/列出物料.md

@ -81,7 +81,8 @@ attrs字段
{ {
"clock": "2023-06-25 20:00:00.000", "clock": "2023-06-25 20:00:00.000",
"status": "ok", "status": "ok",
"data": [ "data": {
list:[
{ {
materialCode:"CELL001", materialCode:"CELL001",
materialTypeCode:"CELL", materialTypeCode:"CELL",
@ -111,8 +112,8 @@ attrs字段
flag:1 flag:1
} }
], ],
}]
} }
]
} }
``` ```

8
mes/物料/列出物料类别.md

@ -1,6 +1,6 @@
### 列出物料类别(ListMaterialType) ### 列出物料类别(ListMaterialType)
此接口用于获取物料列表,搜索物料 此接口用于列出物料类别列表
--- ---
@ -55,8 +55,8 @@ URL: http://localhost:8033/open/ListMaterialType
{ {
"clock": "2023-06-25 20:00:00.000", "clock": "2023-06-25 20:00:00.000",
"status": "ok", "status": "ok",
"data": [ "data": {
{ list:[{
materialTypeCode:"CELL", materialTypeCode:"CELL",
materialTypeDesc:"电池片", materialTypeDesc:"电池片",
unit:"pcs", unit:"pcs",
@ -73,8 +73,8 @@ URL: http://localhost:8033/open/ListMaterialType
ManagerType:"Photovoltaic", ManagerType:"Photovoltaic",
Sort:2, Sort:2,
ErpCode:"", ErpCode:"",
}]
} }
]
} }
``` ```

6
mes/物料/查询物料详情.md

@ -1,4 +1,4 @@
### 查询物料详情(QueryMaterial) ### 查询物料详情(GetMaterial)
此接口用于查询物料详情 此接口用于查询物料详情
@ -8,7 +8,7 @@
方法:POST 方法:POST
URL: http://localhost:8033/open/QueryMaterial URL: http://localhost:8033/open/GetMaterial
--- ---
@ -68,6 +68,7 @@ attrs字段
"clock": "2023-06-25 20:00:00.000", "clock": "2023-06-25 20:00:00.000",
"status": "ok", "status": "ok",
"data": { "data": {
info:{
materialCode:"CELL001", materialCode:"CELL001",
materialTypeCode:"CELL", materialTypeCode:"CELL",
materialTypeDesc:"电池片", materialTypeDesc:"电池片",
@ -97,6 +98,7 @@ attrs字段
} }
], ],
} }
}
} }
``` ```

6
mes/选项/列出产品标签形式.md

@ -54,15 +54,15 @@ URL: http://localhost:8033/open/ListDfFamilys
{ {
"clock": "2023-06-25 20:00:00.000", "clock": "2023-06-25 20:00:00.000",
"status": "ok", "status": "ok",
"data": [ "data": {
{ list:[{
familyCode: "AG-HD108N-415", familyCode: "AG-HD108N-415",
descriptions: "AG-HD108N-415", descriptions: "AG-HD108N-415",
aliasName: "mesadmin", aliasName: "mesadmin",
flag: 1, flag: 1,
createTime: "2022-01-10 23:10:01.890" createTime: "2022-01-10 23:10:01.890"
}]
} }
]
} }
``` ```

Loading…
Cancel
Save