11 lines
309 B
C#
11 lines
309 B
C#
namespace AccountManagement.Application.Contracts.SubAccountPermissionSubtitle
|
|
{
|
|
public class EditSubAccountPermissionSubtitle3
|
|
{
|
|
public string Title { get; set; }
|
|
public int Code { get; set; }
|
|
public long Id { get; set; }
|
|
public long ParentId { get; set; }
|
|
}
|
|
}
|