using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LeaRun.Application.Entity.WaterWellManage { public class EquipmentManagementAddParamsEntity { public string WaterWellName { get; set; } public string ManufacturerCode { get; set; } public string WaterWellCode { get; set; } public string MapPosition { get; set; } } }