update 新电途平台Service

This commit is contained in:
Lemon
2025-03-17 09:01:00 +08:00
parent 5900696d42
commit 8d769352ae
3 changed files with 132 additions and 67 deletions

View File

@@ -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;
}