add mutil role

This commit is contained in:
2020-02-18 08:07:51 +08:00
parent 116dd1a808
commit 9b38ee9b39
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ namespace YYApi.Communications
//登录用户的ID
public int Id { get; set; }
//登录用户来源
public string Type { get; set; }
public string[] Type { get; set; }
}
}