using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NXWMS.Client.Model.AppModels.Condition.Monitor { public class WcsMotBalanceSearchMd { public string RegionMsg { get; set; } public string ShelfMsg { get; set; } public string DevTypeMsg { get; set; } public string DevMsg { get; set; } } }