using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using ARW.Model.Models.Business.Custom.HistorySearchs; namespace ARW.Model.Dto.Api.Custom.HistorySearchs { /// /// 历史搜索查询对象Api /// /// @author lwh /// @date 2023-10-09 /// public class HistorySearchQueryDtoApi { public long CustomerGuid { get; set; } } }