- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace BPASmartClient.DosingSystem.Model
- {
- public class AliyunConveyerPropertyReportModel
- {
- //private static AliyunConveyerPropertyReportModel Instance;
- //public static AliyunConveyerPropertyReportModel GetInstance=>Instance??=new AliyunConveyerPropertyReportModel();
- public int ConveyerOnlineStatus { get; set; }
- public int ButtonBucketSigleCheck { get; set; }
- public int TopBucketSigleCheck { get; set; }
- public int WorkModel { get; set; }
- public int RunStatus { get; set; }
- public int TopBucketControlStatus { get; set; }
- public int DownBucketControlStatus { get; set; }
- }
- }
|