~~~[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
}
~~~