using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ropin.Inspection.Model.SearchModel { public class TispSpotUserSearchModel : BaseSearchModel { //public string SpotName { get; set; } public string SpotId { get; set; } public string UserId { get; set; } } }