Gestito elenco clienti e prospect in lista contatti
This commit is contained in:
@@ -11,4 +11,10 @@ public class StbUser
|
||||
|
||||
[Column("full_name"), JsonPropertyName("fullName")]
|
||||
public string FullName { get; set; }
|
||||
|
||||
[Column("key_group"), JsonPropertyName("keyGroup")]
|
||||
public int KeyGroup { get; set; }
|
||||
|
||||
[Column("user_code"), JsonPropertyName("userCode")]
|
||||
public string? UserCode { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user