添加/修改费用科目

http://**//api//fundplan/costSubject/merge

请求参数

参数名
类型
描述
必填
id
Int
费用科目Id (没有id代表新增,有id代表修改)
必填
projectId
Int
项目id
必填
costType
Int
费用类型
必填
financialAccountingSubject
Int
会计核算科目
必填
subjectBudget
String
科目预算
必填

响应参数

参数名
类型
描述
必填
res
Int
0代表成功 其他代表失败
必填

请求示例

{ "id": 7, "costType":80, "financialAccountingSubject":82, "subjectBudget":"历史建筑修葺费" }

响应示例

{ "res": 0, "msg": "更新成功!", "data": { "id": 7 } }