mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
新增 第三方平台统一停止充电接口
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import com.jsowell.pile.domain.OrderBasicInfo;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* TODO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2024/3/26 8:30:01
|
||||
*/
|
||||
@Data
|
||||
public class ThirdPartyCommonStopChargeDTO {
|
||||
private String thirdPartyType;
|
||||
|
||||
private OrderBasicInfo orderBasicInfo;
|
||||
}
|
||||
Reference in New Issue
Block a user