mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 后管订单页面改造
This commit is contained in:
@@ -36,6 +36,9 @@ public class QueryOrderDTO extends BaseEntity {
|
||||
*/
|
||||
private String orderCode;
|
||||
|
||||
// 交易流水号
|
||||
private String transactionCode;
|
||||
|
||||
/**
|
||||
* 手机号
|
||||
*/
|
||||
|
||||
@@ -25,6 +25,11 @@ public class OrderListVO {
|
||||
@Excel(name = "订单号")
|
||||
private String orderCode;
|
||||
|
||||
/**
|
||||
* 交易流水号
|
||||
*/
|
||||
private String transactionCode;
|
||||
|
||||
/**
|
||||
* 订单状态
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user