新增日常考评
POST
http://localhost:8080/ydyf/dailyEvaluation/add
接口描述
新增日常考评
请求参数
参数名
类型
描述
必填
show_name
string
显示名称
必填
startDate
string
开始时间(yyyy-MM-dd)
必填
evalDate
date
考评月份(yyyy-MM)
必填
targetId
int
指标id
必填
score
float
得分
必填
userId
String
医生id,多个医生用逗号隔开
必填
响应参数
参数名
类型
描述
必填
code
int
状态码
必填
msg
string
状态描述
必填