|
@ -33,8 +33,8 @@ public class ReservationSettingEndpoint extends EnvelopRestEndpoint {
|
|
@PostMapping(value = "/create")
|
|
@PostMapping(value = "/create")
|
|
@ApiOperation(value = "新增服务配置信息", notes = "服务配置")
|
|
@ApiOperation(value = "新增服务配置信息", notes = "服务配置")
|
|
public Envelop createResverationSetting(
|
|
public Envelop createResverationSetting(
|
|
@ApiParam(name = "json_data", value = "Json数据", required = true)
|
|
|
|
@RequestBody String jsonData) throws Exception {
|
|
|
|
|
|
@ApiParam(name = "json_data", value = "JSON数据", required = true, defaultValue = "15")
|
|
|
|
@RequestParam(value = "json_data") String jsonData ) throws Exception {
|
|
|
|
|
|
int flag = -1;
|
|
int flag = -1;
|
|
WlyyHospitalReservationSettingDO wlyyHospitalReservationSettingDO = new WlyyHospitalReservationSettingDO();
|
|
WlyyHospitalReservationSettingDO wlyyHospitalReservationSettingDO = new WlyyHospitalReservationSettingDO();
|