|
|
@ -3,7 +3,12 @@ package com.logpm.basic.equipment.pad.controller; |
|
|
|
import lombok.AllArgsConstructor; |
|
|
|
import lombok.AllArgsConstructor; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Pad 控制器 |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @author lmy |
|
|
|
|
|
|
|
* @since 2023-04-23 |
|
|
|
|
|
|
|
*/ |
|
|
|
@RestController |
|
|
|
@RestController |
|
|
|
@AllArgsConstructor |
|
|
|
@AllArgsConstructor |
|
|
|
@RequestMapping("/basic/Pad") |
|
|
|
@RequestMapping("/basic/Pad") |
|
|
|