fhx
2024-06-06 3c38c3f1f1900d5fc4f49e6ecd63fc7f3d5e861f
提交 | 用户 | age
5ed1df 1 //package com.hz.his.feign.service.platform.visit;
F 2 //
3 //import com.hx.resultTool.Result;
4 //import com.hz.his.dto.appointment.AppointmentDto;
5 //import com.hz.his.dto.treat.TreatAfterVideoDto;
6 //import org.springframework.cloud.openfeign.FeignClient;
7 //import org.springframework.web.bind.annotation.RequestBody;
8 //import org.springframework.web.bind.annotation.RequestMapping;
9 //
10 ///**
11 // * mot扫码到访
12 // */
13 //@FeignClient(name="phi-platform-service",path = "/phip",contextId = "phis-mot-visit")
14 //public interface SPhisMotVisitService {
15 //    /**
16 //     * mot扫码到访
17 //     */
18 //    @RequestMapping("/mot/visit/scan/code/arrival")
19 //    Result scanCodeArrival(@RequestBody AppointmentDto appointmentDto);
20 //}