using System.Collections.Generic; using Abp.Application.Services.Dto; using WeEngine.CommonDto.WeInfo; using WeEngine.ModelInfo; namespace WePlatform.WeLib.Package.Dto { public class AssessRoleDto:EntityDto { public List AllRoles { get; set; } public List AllRoleNames { get; set; } public string AssessRoleNos { get; set; } public string AssessRoleNames { get; set; } public bool AssessAuto { get; set; } } }