复制排班
POST
http://localhost:8080/scheduling/insertScheduling
接口描述
复制排班
请求参数
参数名
类型
描述
必填
officeId
string
示例:1 科室ID
必填
dates
array
数据列表 时间段
必填
newDate
string
示例:2020-07-10 新的开始时间
必填
响应参数
参数名
类型
描述
必填
type
boolean
示例:true
必填
code
string
示例:0000
必填
message
string
示例:请求成功
必填
data
object
示例:null
必填