using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ropin.Inspection.Model.ViewModel { public class TispSpotRegionCreateViewModel : BaseViewModel { /// /// 巡检点列表 /// public List SpotIdList { get; set; } /// /// 区域列表 /// public List RegionIdList { get; set; } } }