mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
新增 后管财务中心运营商订单列表页
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.jsowell.pile.vo.base;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 运营商订单列表VO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/7/6 16:12
|
||||
*/
|
||||
@Data
|
||||
public class MerchantOrderInfoVO {
|
||||
private String orderCode;
|
||||
private String transactionCode;
|
||||
private String orderStatus;
|
||||
private String stationId;
|
||||
private String stationName;
|
||||
private String orderSource;
|
||||
private String orderAmount;
|
||||
private String orderSettleTime;
|
||||
}
|
||||
Reference in New Issue
Block a user