Add ImagePath column to ManualPayments table in CMS schema
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m52s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m52s
This commit is contained in:
+5
@@ -37,4 +37,9 @@ public class CreateManualPaymentCommand : IRequest<long>
|
||||
/// مسیر تصویر فیش واریزی (اختیاری)
|
||||
/// </summary>
|
||||
public string? ImagePath { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// شناسه سند در FMS (اختیاری)
|
||||
/// </summary>
|
||||
public long? ImageDocumentId { get; set; }
|
||||
}
|
||||
|
||||
+1
@@ -98,6 +98,7 @@ public class CreateManualPaymentCommandHandler : IRequestHandler<CreateManualPay
|
||||
Description = request.Description,
|
||||
ReferenceNumber = request.ReferenceNumber,
|
||||
ImagePath = request.ImagePath,
|
||||
ImageDocumentId = request.ImageDocumentId,
|
||||
Status = ManualPaymentStatus.Approved,
|
||||
RequestedBy = adminUserId,
|
||||
ApprovedBy = adminUserId,
|
||||
|
||||
Reference in New Issue
Block a user