账单添加
POST
http://localhost:8080/bill
接口描述
不需要传递createTime(数据插入时为标准)和isEnded,而billId自增,也不需要传递,返回带id实例
请求参数
参数名
类型
描述
必填
registId
int
挂号表ID
必填
billType
string
账单类型,例:药物处方(drug),检查项目(detection)
必填
响应参数
参数名
类型
描述
必填
billId
int
刚添加的记录的id
必填
registId
int
挂号表ID
必填
billType
string
账单类型,例:药物处方(drug),检查项目(detection)
必填