Files
Backend-Api/AccountManagement.Application.Contracts/SubAccountPermissionSubtitle/CreateSubAccountPermissionSubtitle2.cs

10 lines
274 B
C#

namespace AccountManagement.Application.Contracts.SubAccountPermissionSubtitle
{
public class CreateSubAccountPermissionSubtitle2
{
public string Title { get; set; }
public int Code { get; set; }
public long ParentId { get; set; }
}
}