feat: add ReferralCode to NetworkTree nodes - Added ReferralCode to SP_GetNetworkTree stored procedure - Added ReferralCode property to NetworkTreeDto and NetworkTreeNodeDto - Added referral_code field to networkmembership.proto - Updated Handler and Profile mappings
Build and Deploy to Production / build-and-deploy (push) Successful in 1m45s
Build and Deploy to Production / build-and-deploy (push) Successful in 1m45s
This commit is contained in:
+1
@@ -10,6 +10,7 @@ public class NetworkTreeNodeDto
|
||||
public string? Mobile { get; set; }
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? ReferralCode { get; set; }
|
||||
public int? LegPosition { get; set; }
|
||||
public long? ParentId { get; set; }
|
||||
public int NetworkLevel { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user