更新20260316
This commit is contained in:
9
PetWash.Api/Models/CreateOrderResponse.cs
Normal file
9
PetWash.Api/Models/CreateOrderResponse.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace PetWash.Api.Models;
|
||||
|
||||
public sealed class CreateOrderResponse
|
||||
{
|
||||
public required Order Order { get; init; }
|
||||
public string CodeUrl { get; init; } = string.Empty;
|
||||
public string OutTradeNo { get; init; } = string.Empty;
|
||||
public DateTimeOffset? ExpiresAt { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user