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; } } }