【修改】 名称替换

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-21 17:28:26 +08:00
parent 3bd8a424ec
commit b5f18ba897
1212 changed files with 1262 additions and 1270 deletions

View File

@@ -11,7 +11,7 @@ import jakarta.validation.constraints.NotNull;
/**
* 支付单的通知 Request DTO
*
* @author 芋道源码
* @author 朋辰
*/
@Data
@Builder

View File

@@ -12,7 +12,7 @@ import jakarta.validation.constraints.NotNull;
/**
* 退款单的通知 Request DTO
*
* @author 芋道源码
* @author 朋辰
*/
@Data
@Builder

View File

@@ -8,7 +8,7 @@ import java.time.LocalDateTime;
/**
* 支付单信息 Response DTO
*
* @author 芋道源码
* @author 朋辰
*/
@Data
public class PayOrderRespDTO {

View File

@@ -8,7 +8,7 @@ import jakarta.validation.Valid;
/**
* 退款单 API 接口
*
* @author 芋道源码
* @author 朋辰
*/
public interface PayRefundApi {

View File

@@ -9,7 +9,7 @@ import org.hibernate.validator.constraints.Length;
/**
* 退款单创建 Request DTO
*
* @author 芋道源码
* @author 朋辰
*/
@Data
public class PayRefundCreateReqDTO {

View File

@@ -8,7 +8,7 @@ import java.time.LocalDateTime;
/**
* 退款单信息 Response DTO
*
* @author 芋道源码
* @author 朋辰
*/
@Data
public class PayRefundRespDTO {

View File

@@ -7,7 +7,7 @@ import lombok.Data;
/**
* 钱包余额增加 Request DTO
*
* @author 芋道源码
* @author 朋辰
*/
@Data
public class PayWalletAddBalanceReqDTO {

View File

@@ -3,7 +3,7 @@ package pc.exam.pp.module.pay.enums;
/**
* Pay 字典类型的枚举类
*
* @author 芋道源码
* @author 朋辰
*/
public interface DictTypeConstants {

View File

@@ -6,7 +6,7 @@ import lombok.Getter;
/**
* 支付通知状态枚举
*
* @author 芋道源码
* @author 朋辰
*/
@Getter
@AllArgsConstructor

View File

@@ -6,7 +6,7 @@ import lombok.Getter;
/**
* 支付通知类型
*
* @author 芋道源码
* @author 朋辰
*/
@Getter
@AllArgsConstructor

View File

@@ -10,7 +10,7 @@ import java.util.Objects;
/**
* 支付订单的状态枚举
*
* @author 芋道源码
* @author 朋辰
*/
@Getter
@AllArgsConstructor

View File

@@ -8,7 +8,7 @@ import java.util.Objects;
/**
* 渠道的退款状态枚举
*
* @author 芋道源码
* @author 朋辰
*/
@Getter
@AllArgsConstructor