mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 新电途平台Service
This commit is contained in:
@@ -2,8 +2,10 @@ package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 练练平台推送信息参数DTO
|
||||
* 平台推送信息参数DTO
|
||||
*
|
||||
* @author JS-ZZA
|
||||
* @date 2023/5/26 9:26
|
||||
@@ -15,4 +17,6 @@ public class PushInfoParamDTO {
|
||||
private String status;
|
||||
|
||||
private String stationId;
|
||||
|
||||
private List<String> orderCodeList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user