Generator Changes at 11/25/2025 2:19:02 AM +03:30

This commit is contained in:
masoodafar-web
2025-11-25 02:21:08 +03:30
parent 358ffc438d
commit 8a7d02ce81
7 changed files with 8 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ public class SubmitShopBuyOrderResponseDto
//
public PaymentStatus PaymentStatus { get; set; }
//
public DateTime? Created { get; set; }
public DateTime? PaymentDate { get; set; }
//
public PaymentMethod? PaymentMethod { get; set; }
//

View File

@@ -17,5 +17,5 @@ public record GetAllUserWalletByFilterQuery : IRequest<GetAllUserWalletByFilterR
//موجودی
public long? Balance { get; set; }
//موجودی شبکه
public long NetworkBalance { get; set; }
public long? NetworkBalance { get; set; }
}

View File

@@ -22,4 +22,6 @@ public record GetAllUserWalletChangeLogByFilterQuery : IRequest<GetAllUserWallet
public bool? IsIncrease { get; set; }
//شناسه ارجاع
public long? RefrenceId { get; set; }
//شناسه کاربر
public long? UserId { get; set; }
}