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

namespace Ropin.Inspection.Model.SearchModel
{
    public class TispSpotRouteSearchModel : BaseSearchModel
    {
        public string RouteName { get; set; }
        public string SpotId { get; set; }
        public string RouteId { get; set; }
        public string C_StoreCode { get; set; }
    }
}