|
@@ -36,4 +36,10 @@ public class NannyController {
|
|
|
public Object getServiceModelData(@RequestBody NannyVo nannyVo){
|
|
|
return sanSaoService.getServiceModelData(nannyVo);
|
|
|
}
|
|
|
+ @ApiOperation("获取三嫂业务来源")
|
|
|
+ @GetMapping("getSource")
|
|
|
+ public Object getSource(){
|
|
|
+ return sanSaoService.getSource();
|
|
|
+ }
|
|
|
+
|
|
|
}
|