using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Ropin.Inspection.Model.SearchModel
{
    public class TispSpotRegionSearchModel : BaseSearchModel
    {
        public string RegionName { get; set; }
        public string SpotId { get; set; }
        public string RegionId { get; set; }
    }
}