mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-07 23:48:05 +08:00
update 批量更新订单审核
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class UpdateOrderReviewDTO {
|
||||
/**
|
||||
* 订单编号列表
|
||||
*/
|
||||
private List<String> orderCodeList;
|
||||
|
||||
/**
|
||||
* 评价标记
|
||||
*/
|
||||
private String reviewFlag;
|
||||
|
||||
/**
|
||||
* 站点编号
|
||||
*/
|
||||
private String stationId;
|
||||
}
|
||||
Reference in New Issue
Block a user