diff --git a/IBKLinker-Minio/Entity/MinioController/UserModel.cs b/IBKLinker-Minio/Entity/MinioController/UserModel.cs new file mode 100644 index 0000000..2c1ec4d --- /dev/null +++ b/IBKLinker-Minio/Entity/MinioController/UserModel.cs @@ -0,0 +1,18 @@ +using SOA.Persistent; +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace IBKLinker_Minio.Entity.MinioController +{ + internal class UserModel: MinioUser + { + /// + ///角色 + /// + public string RoleName { get; set; } + } +}