|
|
@ -40,9 +40,9 @@ import java.util.*; |
|
|
|
* @date 创建时间: 2020-08-14 18:11 |
|
|
|
* @date 创建时间: 2020-08-14 18:11 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Slf4j |
|
|
|
@Slf4j |
|
|
|
@RestController |
|
|
|
//@RestController
|
|
|
|
@Api(value = "购方信息", tags = {"管理模块"}) |
|
|
|
//@Api(value = "购方信息", tags = {"管理模块"})
|
|
|
|
@RequestMapping("/buyer") |
|
|
|
// @RequestMapping("/buyer")
|
|
|
|
public class BuyerController { |
|
|
|
public class BuyerController { |
|
|
|
private static final String LOGGER_MSG = "(购方信息控制层)"; |
|
|
|
private static final String LOGGER_MSG = "(购方信息控制层)"; |
|
|
|
|
|
|
|
|
|
|
|