支持跳过支付

This commit is contained in:
2025-07-18 09:30:54 +08:00
parent 1ca7182979
commit 3aa039f0ea
2 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import lombok.Data;
@Data
public class AioDeviceCreateOrderResp {
private boolean skipPay;
private Long orderId;
private String payCode;
}