|
@@ -0,0 +1,604 @@
|
|
|
+package com.sunwin.metro.bean.train;
|
|
|
+
|
|
|
+import java.io.Serializable;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @program: sunwin_metro
|
|
|
+ * @description:
|
|
|
+ * @author: xuYJ
|
|
|
+ * @create: 2021-05-08 11:06
|
|
|
+ **/
|
|
|
+public class BasTef implements Serializable {
|
|
|
+ private String di_movl;
|
|
|
+ private Integer ai_fltno;
|
|
|
+ private String di_aflagst;
|
|
|
+ private Integer ai_windta;
|
|
|
+ private Integer ai_windtb;
|
|
|
+ private Integer ai_windtc;
|
|
|
+ private Integer ai_y_vibr;
|
|
|
+ private Integer ao_fset;
|
|
|
+ private Integer ao_sptm;
|
|
|
+ private String di_fail;
|
|
|
+ private Integer ai_fbak;
|
|
|
+ private String di_vfflt;
|
|
|
+ private String di_senablest;
|
|
|
+ private String di_aovt;
|
|
|
+ private String di_vibr;
|
|
|
+ private Integer ai_faxlet;
|
|
|
+ private Integer ai_x_vibr;
|
|
|
+ private String di_frun;
|
|
|
+ private Integer ao_kptm;
|
|
|
+ private String di_stp;
|
|
|
+ private String do_aflagst;
|
|
|
+ private String name;
|
|
|
+ private String di_vrun;
|
|
|
+ private Integer ai_raxlet;
|
|
|
+ private Double ai_tacc;
|
|
|
+ private String do_fres;
|
|
|
+ private String di_vfbas;
|
|
|
+ private String do_fst;
|
|
|
+ private String di_commokst;
|
|
|
+ private String do_senablest;
|
|
|
+ private String stime;
|
|
|
+ private String do_sfrestst;
|
|
|
+ private String do_sp;
|
|
|
+ private Integer ai_pvoltc;
|
|
|
+ private String do_st;
|
|
|
+ private Integer ai_pvolta;
|
|
|
+ private Integer ai_pvoltb;
|
|
|
+ private String di_wovt;
|
|
|
+ private String di_run;
|
|
|
+ private Integer ai_comm_word;
|
|
|
+ private String di_hang;
|
|
|
+ private String di_sflagst;
|
|
|
+ private String do_sunablest;
|
|
|
+ private String di_pfvf;
|
|
|
+ private String do_hang;
|
|
|
+ private String do_sflagst;
|
|
|
+ private String do_nhang;
|
|
|
+ private String do_srtrestst;
|
|
|
+ private Integer ao_kitm;
|
|
|
+ private String di_lr;
|
|
|
+ private Integer ai_pcurra;
|
|
|
+ private Integer ai_pcurrc;
|
|
|
+ private Integer ai_pcurrb;
|
|
|
+
|
|
|
+ public BasTef(String di_movl, Integer ai_fltno, String di_aflagst, Integer ai_windta, Integer ai_windtb, Integer ai_windtc, Integer ai_y_vibr, Integer ao_fset, Integer ao_sptm, String di_fail, Integer ai_fbak, String di_vfflt, String di_senablest, String di_aovt, String di_vibr, Integer ai_faxlet, Integer ai_x_vibr, String di_frun, Integer ao_kptm, String di_stp, String do_aflagst, String name, String di_vrun, Integer ai_raxlet, Double ai_tacc, String do_fres, String di_vfbas, String do_fst, String di_commokst, String do_senablest, String stime, String do_sfrestst, String do_sp, Integer ai_pvoltc, String do_st, Integer ai_pvolta, Integer ai_pvoltb, String di_wovt, String di_run, Integer ai_comm_word, String di_hang, String di_sflagst, String do_sunablest, String di_pfvf, String do_hang, String do_sflagst, String do_nhang, String do_srtrestst, Integer ao_kitm, String di_lr, Integer ai_pcurra, Integer ai_pcurrc, Integer ai_pcurrb) {
|
|
|
+ this.di_movl = di_movl;
|
|
|
+ this.ai_fltno = ai_fltno;
|
|
|
+ this.di_aflagst = di_aflagst;
|
|
|
+ this.ai_windta = ai_windta;
|
|
|
+ this.ai_windtb = ai_windtb;
|
|
|
+ this.ai_windtc = ai_windtc;
|
|
|
+ this.ai_y_vibr = ai_y_vibr;
|
|
|
+ this.ao_fset = ao_fset;
|
|
|
+ this.ao_sptm = ao_sptm;
|
|
|
+ this.di_fail = di_fail;
|
|
|
+ this.ai_fbak = ai_fbak;
|
|
|
+ this.di_vfflt = di_vfflt;
|
|
|
+ this.di_senablest = di_senablest;
|
|
|
+ this.di_aovt = di_aovt;
|
|
|
+ this.di_vibr = di_vibr;
|
|
|
+ this.ai_faxlet = ai_faxlet;
|
|
|
+ this.ai_x_vibr = ai_x_vibr;
|
|
|
+ this.di_frun = di_frun;
|
|
|
+ this.ao_kptm = ao_kptm;
|
|
|
+ this.di_stp = di_stp;
|
|
|
+ this.do_aflagst = do_aflagst;
|
|
|
+ this.name = name;
|
|
|
+ this.di_vrun = di_vrun;
|
|
|
+ this.ai_raxlet = ai_raxlet;
|
|
|
+ this.ai_tacc = ai_tacc;
|
|
|
+ this.do_fres = do_fres;
|
|
|
+ this.di_vfbas = di_vfbas;
|
|
|
+ this.do_fst = do_fst;
|
|
|
+ this.di_commokst = di_commokst;
|
|
|
+ this.do_senablest = do_senablest;
|
|
|
+ this.stime = stime;
|
|
|
+ this.do_sfrestst = do_sfrestst;
|
|
|
+ this.do_sp = do_sp;
|
|
|
+ this.ai_pvoltc = ai_pvoltc;
|
|
|
+ this.do_st = do_st;
|
|
|
+ this.ai_pvolta = ai_pvolta;
|
|
|
+ this.ai_pvoltb = ai_pvoltb;
|
|
|
+ this.di_wovt = di_wovt;
|
|
|
+ this.di_run = di_run;
|
|
|
+ this.ai_comm_word = ai_comm_word;
|
|
|
+ this.di_hang = di_hang;
|
|
|
+ this.di_sflagst = di_sflagst;
|
|
|
+ this.do_sunablest = do_sunablest;
|
|
|
+ this.di_pfvf = di_pfvf;
|
|
|
+ this.do_hang = do_hang;
|
|
|
+ this.do_sflagst = do_sflagst;
|
|
|
+ this.do_nhang = do_nhang;
|
|
|
+ this.do_srtrestst = do_srtrestst;
|
|
|
+ this.ao_kitm = ao_kitm;
|
|
|
+ this.di_lr = di_lr;
|
|
|
+ this.ai_pcurra = ai_pcurra;
|
|
|
+ this.ai_pcurrc = ai_pcurrc;
|
|
|
+ this.ai_pcurrb = ai_pcurrb;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_movl() {
|
|
|
+ return di_movl;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_movl(String di_movl) {
|
|
|
+ this.di_movl = di_movl;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_fltno() {
|
|
|
+ return ai_fltno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_fltno(Integer ai_fltno) {
|
|
|
+ this.ai_fltno = ai_fltno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_aflagst() {
|
|
|
+ return di_aflagst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_aflagst(String di_aflagst) {
|
|
|
+ this.di_aflagst = di_aflagst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_windta() {
|
|
|
+ return ai_windta;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_windta(Integer ai_windta) {
|
|
|
+ this.ai_windta = ai_windta;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_windtb() {
|
|
|
+ return ai_windtb;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_windtb(Integer ai_windtb) {
|
|
|
+ this.ai_windtb = ai_windtb;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_windtc() {
|
|
|
+ return ai_windtc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_windtc(Integer ai_windtc) {
|
|
|
+ this.ai_windtc = ai_windtc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_y_vibr() {
|
|
|
+ return ai_y_vibr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_y_vibr(Integer ai_y_vibr) {
|
|
|
+ this.ai_y_vibr = ai_y_vibr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAo_fset() {
|
|
|
+ return ao_fset;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAo_fset(Integer ao_fset) {
|
|
|
+ this.ao_fset = ao_fset;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAo_sptm() {
|
|
|
+ return ao_sptm;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAo_sptm(Integer ao_sptm) {
|
|
|
+ this.ao_sptm = ao_sptm;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_fail() {
|
|
|
+ return di_fail;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_fail(String di_fail) {
|
|
|
+ this.di_fail = di_fail;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_fbak() {
|
|
|
+ return ai_fbak;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_fbak(Integer ai_fbak) {
|
|
|
+ this.ai_fbak = ai_fbak;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_vfflt() {
|
|
|
+ return di_vfflt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_vfflt(String di_vfflt) {
|
|
|
+ this.di_vfflt = di_vfflt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_senablest() {
|
|
|
+ return di_senablest;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_senablest(String di_senablest) {
|
|
|
+ this.di_senablest = di_senablest;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_aovt() {
|
|
|
+ return di_aovt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_aovt(String di_aovt) {
|
|
|
+ this.di_aovt = di_aovt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_vibr() {
|
|
|
+ return di_vibr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_vibr(String di_vibr) {
|
|
|
+ this.di_vibr = di_vibr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_faxlet() {
|
|
|
+ return ai_faxlet;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_faxlet(Integer ai_faxlet) {
|
|
|
+ this.ai_faxlet = ai_faxlet;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_x_vibr() {
|
|
|
+ return ai_x_vibr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_x_vibr(Integer ai_x_vibr) {
|
|
|
+ this.ai_x_vibr = ai_x_vibr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_frun() {
|
|
|
+ return di_frun;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_frun(String di_frun) {
|
|
|
+ this.di_frun = di_frun;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAo_kptm() {
|
|
|
+ return ao_kptm;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAo_kptm(Integer ao_kptm) {
|
|
|
+ this.ao_kptm = ao_kptm;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_stp() {
|
|
|
+ return di_stp;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_stp(String di_stp) {
|
|
|
+ this.di_stp = di_stp;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDo_aflagst() {
|
|
|
+ return do_aflagst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDo_aflagst(String do_aflagst) {
|
|
|
+ this.do_aflagst = do_aflagst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getName() {
|
|
|
+ return name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setName(String name) {
|
|
|
+ this.name = name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_vrun() {
|
|
|
+ return di_vrun;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_vrun(String di_vrun) {
|
|
|
+ this.di_vrun = di_vrun;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_raxlet() {
|
|
|
+ return ai_raxlet;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_raxlet(Integer ai_raxlet) {
|
|
|
+ this.ai_raxlet = ai_raxlet;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getAi_tacc() {
|
|
|
+ return ai_tacc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_tacc(Double ai_tacc) {
|
|
|
+ this.ai_tacc = ai_tacc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDo_fres() {
|
|
|
+ return do_fres;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDo_fres(String do_fres) {
|
|
|
+ this.do_fres = do_fres;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_vfbas() {
|
|
|
+ return di_vfbas;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_vfbas(String di_vfbas) {
|
|
|
+ this.di_vfbas = di_vfbas;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDo_fst() {
|
|
|
+ return do_fst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDo_fst(String do_fst) {
|
|
|
+ this.do_fst = do_fst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_commokst() {
|
|
|
+ return di_commokst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_commokst(String di_commokst) {
|
|
|
+ this.di_commokst = di_commokst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDo_senablest() {
|
|
|
+ return do_senablest;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDo_senablest(String do_senablest) {
|
|
|
+ this.do_senablest = do_senablest;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStime() {
|
|
|
+ return stime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStime(String stime) {
|
|
|
+ this.stime = stime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDo_sfrestst() {
|
|
|
+ return do_sfrestst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDo_sfrestst(String do_sfrestst) {
|
|
|
+ this.do_sfrestst = do_sfrestst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDo_sp() {
|
|
|
+ return do_sp;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDo_sp(String do_sp) {
|
|
|
+ this.do_sp = do_sp;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_pvoltc() {
|
|
|
+ return ai_pvoltc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_pvoltc(Integer ai_pvoltc) {
|
|
|
+ this.ai_pvoltc = ai_pvoltc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDo_st() {
|
|
|
+ return do_st;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDo_st(String do_st) {
|
|
|
+ this.do_st = do_st;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_pvolta() {
|
|
|
+ return ai_pvolta;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_pvolta(Integer ai_pvolta) {
|
|
|
+ this.ai_pvolta = ai_pvolta;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_pvoltb() {
|
|
|
+ return ai_pvoltb;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_pvoltb(Integer ai_pvoltb) {
|
|
|
+ this.ai_pvoltb = ai_pvoltb;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_wovt() {
|
|
|
+ return di_wovt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_wovt(String di_wovt) {
|
|
|
+ this.di_wovt = di_wovt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_run() {
|
|
|
+ return di_run;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_run(String di_run) {
|
|
|
+ this.di_run = di_run;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_comm_word() {
|
|
|
+ return ai_comm_word;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_comm_word(Integer ai_comm_word) {
|
|
|
+ this.ai_comm_word = ai_comm_word;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_hang() {
|
|
|
+ return di_hang;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_hang(String di_hang) {
|
|
|
+ this.di_hang = di_hang;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_sflagst() {
|
|
|
+ return di_sflagst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_sflagst(String di_sflagst) {
|
|
|
+ this.di_sflagst = di_sflagst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDo_sunablest() {
|
|
|
+ return do_sunablest;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDo_sunablest(String do_sunablest) {
|
|
|
+ this.do_sunablest = do_sunablest;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_pfvf() {
|
|
|
+ return di_pfvf;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_pfvf(String di_pfvf) {
|
|
|
+ this.di_pfvf = di_pfvf;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDo_hang() {
|
|
|
+ return do_hang;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDo_hang(String do_hang) {
|
|
|
+ this.do_hang = do_hang;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDo_sflagst() {
|
|
|
+ return do_sflagst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDo_sflagst(String do_sflagst) {
|
|
|
+ this.do_sflagst = do_sflagst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDo_nhang() {
|
|
|
+ return do_nhang;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDo_nhang(String do_nhang) {
|
|
|
+ this.do_nhang = do_nhang;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDo_srtrestst() {
|
|
|
+ return do_srtrestst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDo_srtrestst(String do_srtrestst) {
|
|
|
+ this.do_srtrestst = do_srtrestst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAo_kitm() {
|
|
|
+ return ao_kitm;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAo_kitm(Integer ao_kitm) {
|
|
|
+ this.ao_kitm = ao_kitm;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDi_lr() {
|
|
|
+ return di_lr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDi_lr(String di_lr) {
|
|
|
+ this.di_lr = di_lr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_pcurra() {
|
|
|
+ return ai_pcurra;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_pcurra(Integer ai_pcurra) {
|
|
|
+ this.ai_pcurra = ai_pcurra;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_pcurrc() {
|
|
|
+ return ai_pcurrc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_pcurrc(Integer ai_pcurrc) {
|
|
|
+ this.ai_pcurrc = ai_pcurrc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAi_pcurrb() {
|
|
|
+ return ai_pcurrb;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAi_pcurrb(Integer ai_pcurrb) {
|
|
|
+ this.ai_pcurrb = ai_pcurrb;
|
|
|
+ }
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public String toString() {
|
|
|
+ return "BasTef{" +
|
|
|
+ "di_movl='" + di_movl + '\'' +
|
|
|
+ ", ai_fltno=" + ai_fltno +
|
|
|
+ ", di_aflagst='" + di_aflagst + '\'' +
|
|
|
+ ", ai_windta=" + ai_windta +
|
|
|
+ ", ai_windtb=" + ai_windtb +
|
|
|
+ ", ai_windtc=" + ai_windtc +
|
|
|
+ ", ai_y_vibr=" + ai_y_vibr +
|
|
|
+ ", ao_fset=" + ao_fset +
|
|
|
+ ", ao_sptm=" + ao_sptm +
|
|
|
+ ", di_fail='" + di_fail + '\'' +
|
|
|
+ ", ai_fbak=" + ai_fbak +
|
|
|
+ ", di_vfflt='" + di_vfflt + '\'' +
|
|
|
+ ", di_senablest='" + di_senablest + '\'' +
|
|
|
+ ", di_aovt='" + di_aovt + '\'' +
|
|
|
+ ", di_vibr='" + di_vibr + '\'' +
|
|
|
+ ", ai_faxlet=" + ai_faxlet +
|
|
|
+ ", ai_x_vibr=" + ai_x_vibr +
|
|
|
+ ", di_frun='" + di_frun + '\'' +
|
|
|
+ ", ao_kptm=" + ao_kptm +
|
|
|
+ ", di_stp='" + di_stp + '\'' +
|
|
|
+ ", do_aflagst='" + do_aflagst + '\'' +
|
|
|
+ ", name='" + name + '\'' +
|
|
|
+ ", di_vrun='" + di_vrun + '\'' +
|
|
|
+ ", ai_raxlet=" + ai_raxlet +
|
|
|
+ ", ai_tacc=" + ai_tacc +
|
|
|
+ ", do_fres='" + do_fres + '\'' +
|
|
|
+ ", di_vfbas='" + di_vfbas + '\'' +
|
|
|
+ ", do_fst='" + do_fst + '\'' +
|
|
|
+ ", di_commokst='" + di_commokst + '\'' +
|
|
|
+ ", do_senablest='" + do_senablest + '\'' +
|
|
|
+ ", stime='" + stime + '\'' +
|
|
|
+ ", do_sfrestst='" + do_sfrestst + '\'' +
|
|
|
+ ", do_sp='" + do_sp + '\'' +
|
|
|
+ ", ai_pvoltc=" + ai_pvoltc +
|
|
|
+ ", do_st='" + do_st + '\'' +
|
|
|
+ ", ai_pvolta=" + ai_pvolta +
|
|
|
+ ", ai_pvoltb=" + ai_pvoltb +
|
|
|
+ ", di_wovt='" + di_wovt + '\'' +
|
|
|
+ ", di_run='" + di_run + '\'' +
|
|
|
+ ", ai_comm_word=" + ai_comm_word +
|
|
|
+ ", di_hang='" + di_hang + '\'' +
|
|
|
+ ", di_sflagst='" + di_sflagst + '\'' +
|
|
|
+ ", do_sunablest='" + do_sunablest + '\'' +
|
|
|
+ ", di_pfvf='" + di_pfvf + '\'' +
|
|
|
+ ", do_hang='" + do_hang + '\'' +
|
|
|
+ ", do_sflagst='" + do_sflagst + '\'' +
|
|
|
+ ", do_nhang='" + do_nhang + '\'' +
|
|
|
+ ", do_srtrestst='" + do_srtrestst + '\'' +
|
|
|
+ ", ao_kitm=" + ao_kitm +
|
|
|
+ ", di_lr='" + di_lr + '\'' +
|
|
|
+ ", ai_pcurra=" + ai_pcurra +
|
|
|
+ ", ai_pcurrc=" + ai_pcurrc +
|
|
|
+ ", ai_pcurrb=" + ai_pcurrb +
|
|
|
+ '}';
|
|
|
+ }
|
|
|
+}
|