|
|
@ -1,4 +1,4 @@ |
|
|
|
### 查询产品详情(QueryProduct) |
|
|
|
### 查询产品详情(GetProduct) |
|
|
|
|
|
|
|
此接口用于查询产品详情 |
|
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
方法:POST |
|
|
|
|
|
|
|
URL: http://localhost:8033/open/QueryProduct |
|
|
|
URL: http://localhost:8033/open/GetProduct |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
@ -91,57 +91,60 @@ attrs字段 |
|
|
|
"clock": "2023-06-25 20:00:00.000", |
|
|
|
"status": "ok", |
|
|
|
"data": { |
|
|
|
productCode:"088+089ART-MW", |
|
|
|
familyCode:"ART550-144MHA", |
|
|
|
processGroupId:0, |
|
|
|
crysTypeId:38, |
|
|
|
crysTypeDesc:"单晶", |
|
|
|
crysTypeValue:"M", |
|
|
|
busbarTypeId:37, |
|
|
|
busbarTypeDesc:"11BB", |
|
|
|
busbarTypeValue:"11BB", |
|
|
|
cellQty:144, |
|
|
|
cellQtyDesc:"144", |
|
|
|
cellQtyValue:"144", |
|
|
|
modSpecId:49, |
|
|
|
modSpecDesc:"2279*1134*35", |
|
|
|
modSpecValue:"2279*1134*35", |
|
|
|
processType:39, |
|
|
|
processTypedesc:"单玻组件", |
|
|
|
processTypeValue:"单玻组件", |
|
|
|
featureCode:9, |
|
|
|
featureCodeDesc:"P", |
|
|
|
featureCodeValue:"P", |
|
|
|
modWeight:"", |
|
|
|
fgCode:"", |
|
|
|
createDate:"2022-01-10 23:10:01.890", |
|
|
|
lastUpdate:"2022-01-16 22:24:32.273", |
|
|
|
lastUpdateuser:"mesadmin", |
|
|
|
serialCodeRule:"DM405M10-54HSW", |
|
|
|
palletCodeRule:"DM405M10-54HSW-bz", |
|
|
|
attrs:[ |
|
|
|
{ |
|
|
|
id:"7add1e54-d99e-4432-8175-c5afd80ae058", |
|
|
|
attributeId:"Product_GLASS_TYPE", |
|
|
|
attributeDesc:"玻璃类型", |
|
|
|
productCode:"088+089ART-MW", |
|
|
|
description:"双玻", |
|
|
|
code:"双玻", |
|
|
|
createTime:"2023-06-07 14:59:06.800", |
|
|
|
createUser:"" |
|
|
|
}, |
|
|
|
{ |
|
|
|
id:"c671f463-5f66-4b99-9083-44fe9293a83e", |
|
|
|
attributeId:"Product_PACK_QTY", |
|
|
|
attributeDesc:"包装数量", |
|
|
|
productCode:"088+089ART-MW", |
|
|
|
description:"31", |
|
|
|
code:"31", |
|
|
|
createTime:"2023-06-07 14:59:06.800", |
|
|
|
createUser:"" |
|
|
|
} |
|
|
|
], |
|
|
|
info:{ |
|
|
|
productCode:"088+089ART-MW", |
|
|
|
familyCode:"ART550-144MHA", |
|
|
|
processGroupId:0, |
|
|
|
crysTypeId:38, |
|
|
|
crysTypeDesc:"单晶", |
|
|
|
crysTypeValue:"M", |
|
|
|
busbarTypeId:37, |
|
|
|
busbarTypeDesc:"11BB", |
|
|
|
busbarTypeValue:"11BB", |
|
|
|
cellQty:144, |
|
|
|
cellQtyDesc:"144", |
|
|
|
cellQtyValue:"144", |
|
|
|
modSpecId:49, |
|
|
|
modSpecDesc:"2279*1134*35", |
|
|
|
modSpecValue:"2279*1134*35", |
|
|
|
processType:39, |
|
|
|
processTypedesc:"单玻组件", |
|
|
|
processTypeValue:"单玻组件", |
|
|
|
featureCode:9, |
|
|
|
featureCodeDesc:"P", |
|
|
|
featureCodeValue:"P", |
|
|
|
modWeight:"", |
|
|
|
fgCode:"", |
|
|
|
createDate:"2022-01-10 23:10:01.890", |
|
|
|
lastUpdate:"2022-01-16 22:24:32.273", |
|
|
|
lastUpdateuser:"mesadmin", |
|
|
|
serialCodeRule:"DM405M10-54HSW", |
|
|
|
palletCodeRule:"DM405M10-54HSW-bz", |
|
|
|
attrs:[ |
|
|
|
{ |
|
|
|
id:"7add1e54-d99e-4432-8175-c5afd80ae058", |
|
|
|
attributeId:"Product_GLASS_TYPE", |
|
|
|
attributeDesc:"玻璃类型", |
|
|
|
productCode:"088+089ART-MW", |
|
|
|
description:"双玻", |
|
|
|
code:"双玻", |
|
|
|
createTime:"2023-06-07 14:59:06.800", |
|
|
|
createUser:"" |
|
|
|
}, |
|
|
|
{ |
|
|
|
id:"c671f463-5f66-4b99-9083-44fe9293a83e", |
|
|
|
attributeId:"Product_PACK_QTY", |
|
|
|
attributeDesc:"包装数量", |
|
|
|
productCode:"088+089ART-MW", |
|
|
|
description:"31", |
|
|
|
code:"31", |
|
|
|
createTime:"2023-06-07 14:59:06.800", |
|
|
|
createUser:"" |
|
|
|
} |
|
|
|
], |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
``` |
|
|
|
|
|
|
|