using System; using System.Collections.Generic; using Newtonsoft.Json; using YiSha.Util; namespace YiSha.Model.Param.TK { /// /// 创 建:cmzx /// 日 期:2021-04-20 16:57 /// 描 述:图库管理实体查询类 /// public class GalleryManagerModelsListParam { /// /// 图库名称 /// public string GalleryName { get; set; } } }