mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 11:49:49 +08:00
加注释
This commit is contained in:
@@ -2,6 +2,9 @@ package com.jsowell.adapay.dto;
|
|||||||
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 查询账务流水DTO
|
||||||
|
*/
|
||||||
@Data
|
@Data
|
||||||
public class QueryAcctFlowDTO {
|
public class QueryAcctFlowDTO {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ package com.jsowell.adapay.response;
|
|||||||
import com.alibaba.fastjson2.annotation.JSONField;
|
import com.alibaba.fastjson2.annotation.JSONField;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 查询支付确认对象详情反参
|
||||||
|
*/
|
||||||
@Data
|
@Data
|
||||||
public class QueryPaymentConfirmDetailResponse {
|
public class QueryPaymentConfirmDetailResponse {
|
||||||
@JSONField(name = "payment_id")
|
@JSONField(name = "payment_id")
|
||||||
|
|||||||
Reference in New Issue
Block a user