|
@@ -52,7 +52,10 @@ public class DoctorPageModeController {
|
|
|
return RespDTO.onSuc(res);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "获取医生页面结构设置信息[by:wangfeng]", notes = "获取医生页面结构设置信息")
|
|
|
+ @ApiOperation(value = "获取医生页面结构设置信息[by:wangfeng]", notes = "获取医生页面结构设置信息</br>" +
|
|
|
+ "添加四个配置:现病史是否默认选择(0不选择)</br>" +
|
|
|
+ "其它史是否默认选择(0不选择)</br>" +
|
|
|
+ "字体方案(0标准,1较大)颜色方案(0黑,1灰)")
|
|
|
@PostMapping("/getDoctorPageModes")
|
|
|
@SysLogger("getDoctorPageModes")
|
|
|
public RespDTO<List<DoctorPageModeDTO>> getDoctorPageModes(@Valid @RequestBody DoctorIdVO doctorIdVO) {
|