|
|
@ -11,12 +11,12 @@ import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
|
|
|
|
@Tag(name = "试管") |
|
|
|
@Tag(name = "托盘") |
|
|
|
@RestController |
|
|
|
@RequestMapping("/api/tray") |
|
|
|
@RequiredArgsConstructor |
|
|
|
@Slf4j |
|
|
|
public class TraytController { |
|
|
|
public class TrayController { |
|
|
|
private final TrayService trayService; |
|
|
|
|
|
|
|
@Operation(summary = "放入一个托盘") |