mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 14:05:04 +08:00
查询未分账订单
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.jsowell.pile.vo.web;
|
||||
|
||||
import com.jsowell.adapay.response.QueryPaymentConfirmDetailResponse;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@@ -28,4 +29,6 @@ public class ClearingBillVO {
|
||||
* 提现状态
|
||||
*/
|
||||
private String withdrawStatus;
|
||||
|
||||
private QueryPaymentConfirmDetailResponse.PaymentConfirmInfo confirmInfo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user