mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update
This commit is contained in:
@@ -5,6 +5,8 @@ import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 推送订单DTO
|
||||
*
|
||||
@@ -18,7 +20,7 @@ import lombok.NoArgsConstructor;
|
||||
public class PushOrderDTO {
|
||||
private String thirdPartyType;
|
||||
|
||||
private String orderCodeList;
|
||||
private List<String> orderCodeList;
|
||||
|
||||
private String startTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user