using NXWMS.Model.AppModels.Condition.Common; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NXWMS.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; } } }