mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
查询站点订单日报详情
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.jsowell.pile.vo.web;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class ClearingBillVO {
|
||||
/**
|
||||
* 清分单号
|
||||
*/
|
||||
private String clearingBillCode;
|
||||
|
||||
/**
|
||||
* 提现单号
|
||||
*/
|
||||
private String withdrawCode;
|
||||
|
||||
/**
|
||||
* 提现状态
|
||||
*/
|
||||
private String withdrawStatus;
|
||||
}
|
||||
@@ -23,6 +23,7 @@ public class OrderSettleDetailVO {
|
||||
|
||||
/**
|
||||
* 清分状态
|
||||
* 0-未清分;1-已清分
|
||||
*/
|
||||
private String clearingStatus;
|
||||
|
||||
@@ -33,6 +34,7 @@ public class OrderSettleDetailVO {
|
||||
|
||||
/**
|
||||
* 提现状态
|
||||
* 0-未提现;1-体现中;2-提现到账
|
||||
*/
|
||||
private String withdrawStatus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user