- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Ropin.Inspection.Model
- {
- public class TsysRolePrivCreateModel : BaseViewModel
- {
- public Guid C_RoleCode { get; set; }
- public IEnumerable<string> PrivCodeList { get; set; }
- }
- }
|