mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 03:39:55 +08:00
update
This commit is contained in:
11
jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/zhongdianlian/service/ZDLService.java
vendored
Normal file
11
jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/zhongdianlian/service/ZDLService.java
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
package com.jsowell.thirdparty.zhongdianlian.service;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 中电联 Service
|
||||||
|
*
|
||||||
|
* @author Lemon
|
||||||
|
* @Date 2023/9/2 13:53
|
||||||
|
*/
|
||||||
|
public interface ZDLService {
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
package com.jsowell.thirdparty.zhongdianlian.service.impl;
|
||||||
|
|
||||||
|
import com.jsowell.thirdparty.zhongdianlian.service.ZDLService;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 中电联 Service
|
||||||
|
*
|
||||||
|
* @author Lemon
|
||||||
|
* @Date 2023/9/2 13:54
|
||||||
|
*/
|
||||||
|
@Service
|
||||||
|
public class ZDLServiceImpl implements ZDLService {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user