WcsMotBalanceSearchMd.cs 452 B

1234567891011121314151617
  1. using NXWMS.Model.AppModels.Condition.Common;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace NXWMS.Model.AppModels.Condition.Monitor
  8. {
  9. public class WcsMotBalanceSearchMd
  10. {
  11. public string RegionMsg { get; set; }
  12. public string ShelfMsg { get; set; }
  13. public string DevTypeMsg { get; set; }
  14. public string DevMsg { get; set; }
  15. }
  16. }