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