- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Ropin.Inspection.Model.SearchModel
- {
- public class AllSpotRecordSearchModel:BaseSearchModel
- {
- public bool bMapShow { get; set; } = false;
- public string C_StoreCode { get; set; }
- public string C_AreaCode { get; set; }
- public string C_DevStoreCode { get; set; }
- }
- }
|