feat: add target week activation flag to network membership
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m28s

This commit is contained in:
masoodafar-web
2025-12-14 03:35:40 +03:30
parent cf75f14003
commit 730e5a252b
5 changed files with 68 additions and 94 deletions
@@ -27,6 +27,11 @@ public class NetworkTreeDto
/// </summary>
public string? ActivationWeekNumber { get; set; }
/// <summary>
/// آیا کاربر در هفته هدف فعال شده است؟
/// </summary>
public bool IsActivatedInTargetWeek { get; set; }
/// <summary>
/// تاریخ ایجاد کاربر
/// </summary>