update 优化计算订单日报

This commit is contained in:
2023-07-14 11:38:37 +08:00
parent 000d62a1c9
commit db34c09a05
3 changed files with 25 additions and 6 deletions

View File

@@ -123,6 +123,11 @@ public class OrderListVO {
@Excel(name = "支付状态", dictType = "pay_status")
private String payStatus;
/**
* 支付时间
*/
private String payTime;
/**
* 起始soc
*/