加注释

This commit is contained in:
2023-08-21 08:53:54 +08:00
parent 3035fdb08f
commit 98fa43182d
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,9 @@ package com.jsowell.adapay.dto;
import lombok.Data;
/**
* 查询账务流水DTO
*/
@Data
public class QueryAcctFlowDTO {
/**

View File

@@ -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")