- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Ropin.Inspection.Model.SearchModel
- {
- public class TsysUserByRoleSearchModel : BaseSearchModel
- {
- public List<string> Roles { get; set; }
- }
- }
|