using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace QMAPP.Entity.Report
{
///
/// 用户权限报表查询条件
///
public class PowerQyCondition
{
///
/// 组织机构
///
public string ORGANID { get; set; }
///
/// 登录名
///
public string LOGINUSERID { get; set; }
///
/// 用户主键
///
public string USERID { get; set; }
}
}