终端一体化运控平台
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

22 行
785 B

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace BPASmartClient.DosingSystem.Model
  7. {
  8. public class AliyunConveyerPropertyReportModel
  9. {
  10. //private static AliyunConveyerPropertyReportModel Instance;
  11. //public static AliyunConveyerPropertyReportModel GetInstance=>Instance??=new AliyunConveyerPropertyReportModel();
  12. public int ConveyerOnlineStatus { get; set; }
  13. public int ButtonBucketSigleCheck { get; set; }
  14. public int TopBucketSigleCheck { get; set; }
  15. public int WorkModel { get; set; }
  16. public int RunStatus { get; set; }
  17. public int TopBucketControlStatus { get; set; }
  18. public int DownBucketControlStatus { get; set; }
  19. }
  20. }