|
@ -15,12 +15,11 @@ import org.springframework.web.bind.annotation.*; |
|
|
import java.util.Set; |
|
|
import java.util.Set; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @author jiaolm |
|
|
* @author jiaolm ggggggg |
|
|
* @date 2023-05-09 |
|
|
* @date 2023-05-09 |
|
|
**/ |
|
|
**/ |
|
|
@RestController |
|
|
@RestController |
|
|
@RequiredArgsConstructor |
|
|
@RequiredArgsConstructor |
|
|
|
|
|
|
|
|
@RequestMapping("/api/opcPlc") |
|
|
@RequestMapping("/api/opcPlc") |
|
|
public class OpcPlcController { |
|
|
public class OpcPlcController { |
|
|
|
|
|
|
|
|