田源
2024-03-14 c30ef32089a7e4ac5c36c6d60ec0128e515edd54
Source/ExampleIntegratedPushCalled/src/main/java/com/vci/ubcs/example/controller/TestCalledIntegrationController.java
@@ -1,9 +1,18 @@
package com.vci.ubcs.example.controller;
import lombok.AllArgsConstructor;
import org.springframework.web.bind.annotation.RestController;
/**
 * 测试调用编码系统代码示例的api定义
 * @author ludc
 * @date 2024/2/27 20:34
 */
@AllArgsConstructor
@RestController("/pushIntegration")
public class TestCalledIntegrationController {
}