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

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; }
}
}