Rtu.groovy
上传用户:steveyhw
上传日期:2019-05-13
资源大小:307k
文件大小:0k
源码类别:

PlugIns编程

开发平台:

Java

  1. class Rtu {
  2.   int rtu_nb
  3.   String rtu_name
  4.   Code rtu_type
  5.   String station_nb
  6.   String phone_nb
  7.   Code password_type
  8.   String password
  9.   Code rtusync
  10.   Line line_nb
  11.   int stay_in_db
  12.   boolean rtuoverride = false
  13.   int send_block_time
  14.   int sync_window
  15. }