锐腾搅拌上料功能
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.

21 lines
606 B

5 months ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace ICSSoft.Frame.Data.Entity
  6. {
  7. public class ICSEQPSTP4RW
  8. {
  9. public string ROUTECODE { get; set; }
  10. public int OPSEQ { get; set; }
  11. public string OPCODE { get; set; }
  12. public string routeMgr { get; set; }
  13. public string EQPCODE { get; set; }
  14. public decimal RTIME { get; set; }
  15. public decimal STIME { get; set; }
  16. public decimal JYTIME { get; set; }
  17. public decimal ZJTIME { get; set; }
  18. public decimal WTIME { get; set; }
  19. }
  20. }