/yonbip/digitalModel/product/queryByPage{
"operation": {
"method": "none"
}
}| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | queryOrders | queryOrders | array | 1 | 可选 | 查询结果排序 |
| 2 | field | field | string | 1 | 可选 | 查询结果按该字段排序 示例:id |
| 3 | order | order | string | 1 | 可选 | 升序或降序 示例:asc |
| 4 | data | data | string | 1 | 可选 | 查询的字段 示例:id,code,name |
| 5 | condition | condition | object | 1 | 可选 | 查询条件 |
| 6 | simpleVOs | simpleVOs | array | 1 | 可选 | 查询条件 |
| 7 | logicOp | logicOp | string | 1 | 可选 | 查询条件连接符 示例:and |
| 8 | conditions | conditions | array | 1 | 可选 | 查询条件集合 |
| 9 | op | op | string | 1 | 可选 | 比较符 示例:like |
| 10 | field | field | string | 1 | 可选 | 按该字段查询 示例:name |
| 11 | value1 | value1 | string | 1 | 可选 | 值 示例:龙飘飘先进物料 |
| 12 | partParam | partParam | object | 1 | 可选 | 用于查询部分viewmodel的参数 |
| 13 | page | page | object | 1 | 必填 | 分页设置 |
| 14 | pageIndex | pageIndex | string | 1 | 必填 | 当前页索引 示例:1 |
| 15 | pageSize | pageSize | string | 10 | 必填 | 页大小 示例:10 |
| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | pageIndex | pageIndex | string | 1 | 可选 | 当前页索引 |
| 2 | pageSize | pageSize | string | 1 | 可选 | 当前页大小 |
| 3 | recordCount | recordCount | string | 1 | 可选 | 查询出的记录条数 |
| 4 | recordList | recordList | array | 1 | 必填 | 查询出的记录 |
| 5 | isAuthorizationManager | isAuthorizationManager | string | 1 | 可选 | 授权书管理, true:是、false:否、 |
| 6 | modifierId | modifierId | string | 1 | 可选 | 修改时间 |
| 7 | createTime | createTime | string | 1 | 可选 | 创建时间 |
| 8 | modifyDate | modifyDate | string | 1 | 可选 | 修改日期 |
| 9 | productLine | productLine | string | 1 | 可选 | 产品线ID |
| 10 | modelDescription | modelDescription | string | 1 | 可选 | SKU规格说明,支持多语 |
| 11 | isRegistrationManager | isRegistrationManager | string | 1 | 可选 | 注册证管理, true:是、false:否、 |
| 12 | tenant | tenant | string | 1 | 可选 | 租户id |
| 13 | name | name | string | 1 | 可选 | 名称 |
| 14 | model | model | string | 1 | 可选 | SKU型号,支持多语 |
| 15 | modifyTime | modifyTime | string | 1 | 可选 | 修改时间 |
| 16 | defaultSKUId | defaultSKUId | string | 1 | 可选 | 默认SKUID |
| 17 | platFormStaus | platFormStaus | string | 1 | 可选 | 平台处理商家物料状态 |
| 18 | modifier | modifier | string | 1 | 可选 | 修改人 |
| 19 | realProductAttributeType | realProductAttributeType | string | 1 | 可选 | 实物物料属性, 1:普通物料、2:实体卡券、3:实体储值卡、 |
| 20 | code | code | string | 1 | 可选 | 编码 |
| 21 | creator | creator | string | 1 | 可选 | 创建者 |
| 22 | creatorId | creatorId | string | 1 | 可选 | 创建者id |
| 23 | id | id | string | 1 | 可选 | 物料id |
| 24 | manageClass | manageClass | string | 1 | 可选 | 物料分类ID |
| 25 | brand | brand | string | 1 | 可选 | 品牌id |
| 26 | productClass | productClass | string | 1 | 可选 | 商品分类id |
| 27 | createDate | createDate | string | 1 | 可选 | 创建日期 |
| 28 | realProductAttribute | realProductAttribute | string | 1 | 可选 | 物料类型, 1:实物物料、2:虚拟物料、 |
| 29 | hasSpecs | hasSpecs | string | 1 | 可选 | 是否包含属性,true:是,false:否 |
| 30 | enableAssistUnit | enableAssistUnit | string | 1 | 可选 | 启用辅计量, true:是,false:否 |
| 31 | unitUseType | unitUseType | string | 1 | 可选 | 设置规则, 1:使用物料模板的计量单位、2:使用物料自己的计量单位、 |
| 32 | creatorType | creatorType | string | 1 | 可选 | 创建者类型 |
| 33 | isDeleted | isDeleted | string | 1 | 可选 | 是否逻辑删除,true:是,false:否 |
| 34 | pubts | pubts | string | 1 | 可选 | 时间戳 |
| 35 | orgId | orgId | string | 1 | 可选 | 组织id |
| 36 | unit | unit | string | 1 | 可选 | 主计量单位ID |
| 37 | pageCount | pageCount | string | 1 | 可选 | 页数 |
| 38 | endPageIndex | endPageIndex | string | 1 | 可选 | 结束页索引 |
| 39 | beginPageIndex | beginPageIndex | string | 1 | 可选 | 起始页索引 |
用友BIP的接口:物料档案自定义分页查询_v1(/yonbip/digitalModel/product/queryByPage),由轻易云数据集成平台 API 资产管理模块整理收纳,并随用友BIP版本更新同步更新。