using System;
using System.Collections.Generic;
using YiSha.Util.Model;
namespace YiSha.Model.Param.SystemManage
{
///
/// 创 建:admin
/// 日 期:2021-02-24 16:27
/// 描 述:字典类型实体查询类
///
public class DataDictListParam : BaseApiToken
{
///
/// 字典类型
///
public string DictType { get; set; }
///
/// 备注
///
public string Remark { get; set; }
}
}