master
程志刚 10 months ago
parent c7a44455c2
commit 1f29639197

@ -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
{
/// <summary>
///角色
/// </summary>
public string RoleName { get; set; }
}
}
Loading…
Cancel
Save