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:
@@ -0,0 +1,19 @@
|
||||
package com.jsowell.pile.vo.web;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Builder
|
||||
public class RefundOrder {
|
||||
private String orderCode;
|
||||
private String orderStatus;
|
||||
private String stationId;
|
||||
private String orderAmount;
|
||||
private String payAmount;
|
||||
private String refundAmount;
|
||||
}
|
||||
Reference in New Issue
Block a user