10 lines
274 B
C#
10 lines
274 B
C#
namespace AccountManagement.Application.Contracts.SubAccountPermissionSubtitle
|
|
{
|
|
public class CreateSubAccountPermissionSubtitle4
|
|
{
|
|
public string Title { get; set; }
|
|
public int Code { get; set; }
|
|
public long ParentId { get; set; }
|
|
}
|
|
}
|