7 lines
237 B
C#
7 lines
237 B
C#
namespace CloudGaming.Api.Admin.Models.Dtos.Systems;
|
|
|
|
public class SysDataAuthorityFormDto
|
|
{
|
|
public SysDataAuthority SysDataAuthority { get; set; }
|
|
public List<SysDataAuthorityCustom> SysDataAuthorityCustomList { get; set; }
|
|
} |