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