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:
@@ -43,6 +43,11 @@ public class ManualPayment : BaseAuditableEntity
|
||||
/// </summary>
|
||||
public string? ImagePath { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// شناسه سند در FMS (اختیاری)
|
||||
/// </summary>
|
||||
public long? ImageDocumentId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// وضعیت تایید
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user