using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Ropin.Inspection.Model.ViewModel.PRD
{
    public class PrivModel
    {
        public string openId { get; set; }//openid
        public string type { get; set; }//权限类型  SYS_PRIV_TYPE_001 菜单权限  SYS_PRIV_TYPE_002 操作权限
        public string status { get; set; }//权限状态  true有权限   false无权限
    }
}