using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using YiSha.Util;

namespace YiSha.Model.Param.TK
{
    /// <summary>
    /// 创 建:cmzx
    /// 日 期:2021-04-21 15:53
    /// 描 述:图库板块权限管理实体查询类
    /// </summary>
    public class PlateJurisdictionModelsListParam
    {
        /// <summary>
        /// 用户Id
        /// </summary>
        public int? UserId { get; set; }
    }
}