终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

39 lines
1.1 KiB

  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 AliyunStockPropertyReportModel
  9. {
  10. public int StockOnlineStatus { get; set; }
  11. public int StockRealWeight { get; set; }
  12. public float BucketRealWeight { get; set; }
  13. public string StockBatchStatus { get; set; }
  14. public int StockWorkModel { get; set; }
  15. public string StockMaterialType { get; set; }
  16. public int StockDeviceNum { get; set; }
  17. public string StockDeviceName { get; set; }
  18. public float StockSlowlyAddWeight { get; set; }
  19. public float StockPreCloseValueWeight { get; set; }
  20. public int StockRapidAcceleration { get; set; }
  21. public int StockSlowAcceleration { get; set; }
  22. public int StockServoManualSpeed { get; set; }
  23. public int StockUpperLimitWeight { get; set; }
  24. public int StockLowerLimitWeight { get; set; }
  25. public int StockStirringSpeed { get; set; }
  26. }
  27. }