class MailingListListOptions
{
Guid? ApplicationId { get; set; }
Guid? ApplicationTypeId { get; set; }
bool? IsEnabled { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
ApplicationId |
Guid? |
|||
|
ApplicationTypeId |
Guid? |
|||
|
IsEnabled |
bool? |
|||
|
PageIndex |
int? |
|||
|
PageSize |
int? |