BackgroundTask change for new institutionContract sms

This commit is contained in:
SamSys
2025-12-31 14:11:10 +03:30
parent 14ff0a2e59
commit b03a806dfb
6 changed files with 594 additions and 247 deletions

View File

@@ -94,4 +94,19 @@ public class BlockSmsListData
/// آی دی صورت حساب مالی
/// </summary>
public string AproveId { get; set; }
/// <summary>
/// آیا قرداد مالی قدیمی است
/// </summary>
public bool IsElectronicContract { get; set; }
/// <summary>
/// پابلیک آی دی بخش یک
/// </summary>
public string Code1 { get; set; }
/// <summary>
/// پابلیک آی دی بخش دو
/// </summary>
public string Code2 { get; set; }
}