|
@ -43,7 +43,7 @@ import com.yihu.wlyy.web.WeixinBaseController;
|
|
|
* @author George
|
|
|
*/
|
|
|
@Controller
|
|
|
@RequestMapping(value = "/doctor/family_contract/getPatientByLable", produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
|
|
|
@RequestMapping(value = "/doctor/family_contract", produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
|
|
|
@Api(description = "医生端-家庭签约")
|
|
|
public class DoctorFamilyContractController extends WeixinBaseController {
|
|
|
|