8 lines
159 B
C#
8 lines
159 B
C#
namespace JNPF.Systems.Interfaces.Permission;
|
|
|
|
/// <summary>
|
|
/// 业务契约:个人资料管理.
|
|
/// </summary>
|
|
public interface IUsersCurrentService
|
|
{
|
|
} |