namespace ProductionSystem_Model.ViewModel.Request.System { public class QueryPlcPointVM : BaseQuery { /// /// 点位名称 /// public string PointName { get; set; } /// /// 点位地址 /// public string PointAddress { get; set; } } }