feat: add target week activation flag to network membership
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m28s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m28s
This commit is contained in:
+5
@@ -27,6 +27,11 @@ public class NetworkTreeDto
|
||||
/// </summary>
|
||||
public string? ActivationWeekNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// آیا کاربر در هفته هدف فعال شده است؟
|
||||
/// </summary>
|
||||
public bool IsActivatedInTargetWeek { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// تاریخ ایجاد کاربر
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user