WcsMotBalanceSearchMd.cs 383 B

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