package com.ltkj.web.controller.system;
|
|
import com.ltkj.common.core.controller.BaseController;
|
import io.swagger.annotations.Api;
|
import lombok.extern.slf4j.Slf4j;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RestController;
|
|
@RestController
|
@RequestMapping("/hosp/cusBlack")
|
@Api(tags = "PC端 ----体检黑名单记录接口")
|
@Slf4j
|
public class TjCustomerBlackController extends BaseController {
|
|
}
|