|
@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
|
|
* Created by zhenglingfeng on 2016/10/17.
|
|
* Created by zhenglingfeng on 2016/10/17.
|
|
*/
|
|
*/
|
|
@Controller
|
|
@Controller
|
|
@RequestMapping(value = "/wlyy_service/record", produces = MediaType.APPLICATION_JSON_UTF8_VALUE,method = {RequestMethod.GET,RequestMethod.POST})
|
|
|
|
|
|
@RequestMapping(value = "/wlyy_service/record", produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
|
|
@Api(description = "医生端-健康档案服务(旧版本接口)")
|
|
@Api(description = "医生端-健康档案服务(旧版本接口)")
|
|
public class RecordController extends BaseController {
|
|
public class RecordController extends BaseController {
|
|
|
|
|