You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tiobon.Web.Core/Tiobon.Core.Model/ViewModels/Extend/Ghrs_UserDataRoleExtend.cs

15 lines
494 B

namespace Tiobon.Core.Model.ViewModels.Extend;
public class Ghrs_UserDataRoleExtend
{
public int DataRoleID { get; set; }
public int DataRoleType { get; set; }
public int DeptType { get; set; }
public int AllDataBelong { get; set; }
public int AllGrade { get; set; }
public int AllTitle { get; set; }
public int AllZone { get; set; }
public int AllPeriodMaster { get; set; }
public int ALLDL_IDL { get; set; }
public string DataRoleNo { get; set; }
}