using Newtonsoft.Json; using OfficeOpenXml.Attributes; using SqlSugar; using System; namespace ARW.Model.Vo.Api.Custom.HistorySearchs { /// /// 搜索推荐对象Api /// /// @author lwh /// @date 2023-10-09 /// public class SearchRecVoApi { public string Title { get; set; } } }