using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NCC.System.Interfaces.Permission { /// /// 业务契约:个人资料管理 /// public interface IUsersCurrentService { } }