企业AI知识库

轻易云AI知识库是一个为企业量身打造的智能解决方案,它能够进行机器人角色设定、知识库训练、发布/分享机器人,同时还带有AI智能对话功能,可以设定多种AI行业场景。适用于企业智能客服、企业智能文档、专家顾问助理等多种企业级商业场景,具有较大的商业使用价值。

了解更多,请访问轻企AI知识库官网

AI智能体

AI智能体是轻易云知识库的核心组成部分,它通过录入文档或问答来创建知识库,让机器人学习。根据机器人训练情况,企业可以实时删除或替换文档,以保持知识库的更新和准确性。AI智能体支持多种角色设定,如客服、销售、培训师、营销人员、行业专家等,以满足不同业务需求。

了解更多,请访问轻易云知识库体验中心

系统数据集成方案

从金蝶云星空到聚水潭通过接口配置打通数据

ERP接口数据集成

对接系统金蝶云星空

金蝶K/3Cloud结合当今先进管理理论和数十万家国内客户最佳应用实践,面向事业部制、多地点、多工厂等运营协同与管控型企业及集团公司,提供一个通用的ERP服务平台。K/3Cloud支持的协同应用包括但不限于:集中/分散销售、集中/分散采购、B2B电商管理、B2C电商中心、供应商协同、多工厂计划、跨工厂领料、跨工厂加工、工厂间调拨、内部交易及结算、集团财务管理、阿米巴经营等。

接入系统:聚水潭

聚水潭是SaaS协同平台、电商ERP软件。聚水潭成立于2014年,创始人兼CEO骆海东拥有近三十年传统及电商ERP的研发和实施部署经验。聚水潭创建之初,以电商SaaSERP切入市场,凭借出色的产品和服务,快速获得市场的肯定。

数据接口配置方案

异构系统具有非常丰富的业务流程、复杂的系统架构和服务接口。在很多情况下,这两个系统都是分别独立部署和运行的,各自拥有不同的技术栈和编程模型,甚至两者在系统平台、技术平台和编程语言上是完全异构的。那么对接就需要根据接口配置对应的规则,例如取数就要根据查询接口获取金蝶云星空的数据,并且根据对应的条件进行取数,目标系统就必须根据目标系统的格式,以及获取的数据进行加工处理后进行写入到聚水潭中。轻易云集成平台的可视化配置轻松实现。

旺店通与金蝶打通

金蝶云星空接口明细

  • 接口:executeBillQuery
  • 接口名称:组装拆卸单查询
  • 接口方法:POST

请求参数

字段名称类型描述
FID实体主键string
FBillNo单据编号string
FDocumentStatus单据状态string
FStockOrgId_FNumber库存组织string
FDate日期string
FBillTypeID单据类型string
FOwnerTypeIdHead成品货主类型string
FOwnerIdHead_FNumber成品货主string
FAffairType事务类型string
FEE费用string
FDeptID_FNumber部门string
FNote备注string
FCreateDate创建日期string
FModifyDate最后修改日期string
FAPPROVEDATE审核日期string
FCANCELDATE作废日期string
FCANCELSTATUS作废状态string
FSubProOwnTypeIdH子件货主类型string
FSubProOwnerIdH_FNumber子件货主string
FEntity成品表array
FEntity.FEntryID实体主键string
FEntity.FRowType行类型string
FEntity.FMaterialID_FNumber物料编码string
FEntity.FUnitID_FNumber单位string
FEntity.FQty数量string
FEntity.FBaseQty_FNumber基本单位数量string
FEntity.Fee_ETY费用string
FEntity.FStockID_FNumber仓库string
FEntity.FStockStatusID库存状态string
FEntity.FDescription备注string
FEntity.FMTONO计划跟踪号string
FEntity.FOwnerTypeID货主类型string
FEntity.FOwnerID_FNumber货主string
FEntity.FKeeperTypeID保管者类型string
FEntity.FKeeperID_FNumber保管者string
FEntity.FBomIDBOM版本string
FEntity.FProduceDate生产日期string
FEntity.FStockLocId_FNumber仓位string
FEntity.FLOT批号string
FEntity.FSrcBillTypeId源单类型string
FEntity.FSrcBillNo源单编号string
FEntity.FSubEntity子件表array
FEntity.FSubEntity.FDetailID实体主键string
FEntity.FSubEntity.FRowTypeSETY行类型string
FEntity.FSubEntity.FMaterialIDSETY_FNumber物料编码string
FEntity.FSubEntity.FUnitIDSETY_FNumber单位string
FEntity.FSubEntity.FQtySETY数量string
FEntity.FSubEntity.FCostProportion成本拆分比例string
FEntity.FSubEntity.FStockIDSETY_FNumber仓库string
FEntity.FSubEntity.FStockStatusIDSETY库存状态string
FEntity.FSubEntity.FDescriptionSETY备注string
FEntity.FSubEntity.FMTONOSETY计划跟踪号string
FEntity.FSubEntity.FProjectNoSETY项目编号string
FEntity.FSubEntity.FOwnerTypeIDSETY货主类型string
FEntity.FSubEntity.FOwnerIDSETY_FNumber货主string
FEntity.FSubEntity.FKeeperTypeIDSETY保管者类型string
FEntity.FSubEntity.FKeeperIDSETY保管者string
FEntity.FSubEntity.FPriceSETY成本价string
FEntity.FSubEntity.FAmountSETY总成本string
FEntity.FSubEntity.FStockLocIdSETY_FNumber仓位string
FEntity.FSubEntity.FLOTSETY批号string
FEntity.FSubEntity.Limit最大行数string金蝶的查询分页参数
FEntity.FSubEntity.StartRow开始行索引string金蝶的查询分页参数
FEntity.FSubEntity.TopRowCount返回总行数int金蝶的查询分页参数
FEntity.FSubEntity.FilterString过滤条件string示例写法 FSupplierId.FNumber = 'VEN00010' and FApproveDate>=
FEntity.FSubEntity.FieldKeys需查询的字段key集合array金蝶分录主键ID格式:FPOOrderEntry_FEntryId,其它格式 FPurchaseOrgId.FNumber
FEntity.FSubEntity.FormId业务对象表单Idstring必须填写金蝶的表单ID如:PUR_PurchaseOrder

响应参数

字段名称类型描述
FID实体主键string
FBillNo单据编号string
FDocumentStatus单据状态string
FStockOrgId_FNumber库存组织string
FDate日期string
FBillTypeID单据类型string
FOwnerTypeIdHead成品货主类型string
FOwnerIdHead_FNumber成品货主string
FAffairType事务类型string
FEE费用string
FDeptID_FNumber部门string
FNote备注string
FCreateDate创建日期string
FModifyDate最后修改日期string
FAPPROVEDATE审核日期string
FCANCELDATE作废日期string
FCANCELSTATUS作废状态string
FSubProOwnTypeIdH子件货主类型string
FSubProOwnerIdH_FNumber子件货主string
FEntity成品表array
FEntity.FEntryID实体主键string
FEntity.FRowType行类型string
FEntity.FMaterialID_FNumber物料编码string
FEntity.FUnitID_FNumber单位string
FEntity.FQty数量string
FEntity.FBaseQty_FNumber基本单位数量string
FEntity.Fee_ETY费用string
FEntity.FStockID_FNumber仓库string
FEntity.FStockStatusID库存状态string
FEntity.FDescription备注string
FEntity.FMTONO计划跟踪号string
FEntity.FOwnerTypeID货主类型string
FEntity.FOwnerID_FNumber货主string
FEntity.FKeeperTypeID保管者类型string
FEntity.FKeeperID_FNumber保管者string
FEntity.FBomIDBOM版本string
FEntity.FProduceDate生产日期string
FEntity.FStockLocId_FNumber仓位string
FEntity.FLOT批号string
FEntity.FSrcBillTypeId源单类型string
FEntity.FSrcBillNo源单编号string
FEntity.FSubEntity子件表array
FEntity.FSubEntity.FDetailID实体主键string
FEntity.FSubEntity.FRowTypeSETY行类型string
FEntity.FSubEntity.FMaterialIDSETY_FNumber物料编码string
FEntity.FSubEntity.FUnitIDSETY_FNumber单位string
FEntity.FSubEntity.FQtySETY数量string
FEntity.FSubEntity.FCostProportion成本拆分比例string
FEntity.FSubEntity.FStockIDSETY_FNumber仓库string
FEntity.FSubEntity.FStockStatusIDSETY库存状态string
FEntity.FSubEntity.FDescriptionSETY备注string
FEntity.FSubEntity.FMTONOSETY计划跟踪号string
FEntity.FSubEntity.FProjectNoSETY项目编号string
FEntity.FSubEntity.FOwnerTypeIDSETY货主类型string
FEntity.FSubEntity.FOwnerIDSETY_FNumber货主string
FEntity.FSubEntity.FKeeperTypeIDSETY保管者类型string
FEntity.FSubEntity.FKeeperIDSETY保管者string
FEntity.FSubEntity.FPriceSETY成本价string
FEntity.FSubEntity.FAmountSETY总成本string
FEntity.FSubEntity.FStockLocIdSETY_FNumber仓位string
FEntity.FSubEntity.FLOTSETY批号string

聚水潭接口明细

  • 接口:jushuitan.otherinout.upload
  • 接口名称:新建其它出入库(新)
  • 接口方法:POST

请求参数

字段名称类型描述
is_confirm是否自动确认单据string是否自动确认单据
wms_co_id分仓编号string分仓编号
type出入库类型: in是入库 out是出库string出入库类型: in是入库 out是出库
external_id外部单号string外部单号
warehouse主仓=1,销退仓=2, 进货仓=3,次品仓 = 4string主仓=1,销退仓=2, 进货仓=3,次品仓 = 4
drp_co_name出库类型string出库类型
receiver_name收件人姓名string收件人姓名
receiver_mobile收件人手机号string收件人手机号
receiver_state收件地址省string收件地址省
receiver_city收件地址市string收件地址市
receiver_district收件地址区|县string收件地址区 县
receiver_address收件详细地址string收件详细地址
items商品列表array商品列表
items.remark备注string备注
items.sku_id商品编码string商品编码
items.qty数量string数量
items.batch_id批次单号,系统中需开启相关配置string批次单号,系统中需开启相关配置
items.produced_date生产日期,系统中需开启相关配置string生产日期,系统中需开启相关配置
items.expiration_date有效期至,系统中需开启相关配置string有效期至,系统中需开启相关配置

响应参数

字段名称类型描述
code非0失败string非0失败
msg错误描述string错误描述
data返回内容array返回内容
data.external_id外部单号string外部单号
data.io_id系统内部单号string系统内部单号

系统数据对接

采集并引入全业务、多终端、多形态的数据,经过处理以及对应平台接口的数据结构适配,形成以业务核心为对象为中心的连接和标签体系。配合企业根据自身的实际情况以及业务需求完成方案的规划、部署与实施,将沉淀的业务数据进入到平台进行体系化的加工,再以服务化的方式支持业务平台上的应用。达成高效支持业务敏捷创新的高质量和标准化的数据服务组合。

数据集成平台

系统数据对接方案元数据代码