企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~[api] post:/carps-boot/api/v1/expenseRegister/addExpenseForPC *date:date#日期 *parentId#基础分类ID *parentName#基础分裂名称 *typeId#子分类Id *type#子分类名称 *driver#员工名称 *vehicleId#所选车辆ID *licensePlate#所选车辆车牌号 *bigdecimal:unitPrice#单价 *integer:quantity#数量 *bigdecimal:amount#总金额 documentNumber#单据号 file:file#单据图片 remarks#备份描述 <<< success { "code": 200, "success": true, "message": "操作成功!", "timestamp": 1629442111557, "result": null } <<< error { "code": 500, "success": false, "message": "数据错误,请重新尝试或联系管理员。", "timestamp": 1629442111557, "result": null } ~~~