1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
package com.ccsens.tcm.api; |
||||
|
|
||||
|
import io.swagger.annotations.Api; |
||||
|
import lombok.extern.slf4j.Slf4j; |
||||
|
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
import org.springframework.web.bind.annotation.RestController; |
||||
|
|
||||
|
@Api(tags = "患者相关接口", description = "患者相关接口") |
||||
|
@RestController |
||||
|
@RequestMapping("/patient") |
||||
|
@Slf4j |
||||
|
public class PatientController { |
||||
|
|
||||
|
} |
Loading…
Reference in new issue