mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
新增 华为平台充电设备编码同步接口
This commit is contained in:
17
jsowell-admin/src/main/java/com/jsowell/web/controller/thirdparty/huawei/HuaWeiController.java
vendored
Normal file
17
jsowell-admin/src/main/java/com/jsowell/web/controller/thirdparty/huawei/HuaWeiController.java
vendored
Normal 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 {
|
||||
}
|
||||
Reference in New Issue
Block a user