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