新增 华为平台充电设备编码同步接口

This commit is contained in:
Lemon
2024-01-17 11:08:16 +08:00
parent 27efb57060
commit d7657a5512
5 changed files with 272 additions and 8 deletions

View File

@@ -0,0 +1,17 @@
package com.jsowell.web.controller.thirdparty.huawei;
import com.jsowell.common.annotation.Anonymous;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* 华为 Controller
*
* @author Lemon
* @Date 2024/1/15 13:52:05
*/
@Anonymous
@RestController
@RequestMapping("/xindiantu")
public class HuaWeiController {
}