package com.fgkj.dto.ram;
|
|
import org.apache.ibatis.type.Alias;
|
|
import java.io.Serializable;
|
@Alias("Fbs9100s_fod_param")
|
public class Fbs9100s_fod_param implements Serializable{
|
private int num;
|
private int dev_id;
|
private int op_cmd;
|
private int test_cmd;
|
private int groupNum;
|
private int stdCap_one;//标称容量
|
private float floatVol_one;//浮充电压
|
private float strength_one;//除硫强度(<=30
|
private float yhstrength_one;//养护强度(<=30)
|
private int timeLong_one;//除硫天数
|
private int stdCap_two;
|
private float floatVol_two;
|
private float strength_two;
|
private float yhstrength_two;
|
private int timeLong_two;
|
private int stdCap_three;
|
private float floatVol_three;
|
private float strength_three;
|
private float yhstrength_three;
|
private int timeLong_three;
|
private int stdCap_four;
|
private float floatVol_four;
|
private float strength_four;
|
private float yhstrength_four;
|
private int timeLong_four;
|
|
public int getNum() {
|
return num;
|
}
|
|
public void setNum(int num) {
|
this.num = num;
|
}
|
|
public int getDev_id() {
|
return dev_id;
|
}
|
|
public void setDev_id(int dev_id) {
|
this.dev_id = dev_id;
|
}
|
|
public int getOp_cmd() {
|
return op_cmd;
|
}
|
|
public void setOp_cmd(int op_cmd) {
|
this.op_cmd = op_cmd;
|
}
|
|
public int getTest_cmd() {
|
return test_cmd;
|
}
|
|
public void setTest_cmd(int test_cmd) {
|
this.test_cmd = test_cmd;
|
}
|
|
public int getGroupNum() {
|
return groupNum;
|
}
|
|
public void setGroupNum(int groupNum) {
|
this.groupNum = groupNum;
|
}
|
|
public int getStdCap_one() {
|
return stdCap_one;
|
}
|
|
public void setStdCap_one(int stdCap_one) {
|
this.stdCap_one = stdCap_one;
|
}
|
|
public float getFloatVol_one() {
|
return floatVol_one;
|
}
|
|
public void setFloatVol_one(float floatVol_one) {
|
this.floatVol_one = floatVol_one;
|
}
|
|
public float getStrength_one() {
|
return strength_one;
|
}
|
|
public void setStrength_one(float strength_one) {
|
this.strength_one = strength_one;
|
}
|
|
public float getYhstrength_one() {
|
return yhstrength_one;
|
}
|
|
public void setYhstrength_one(float yhstrength_one) {
|
this.yhstrength_one = yhstrength_one;
|
}
|
|
public int getTimeLong_one() {
|
return timeLong_one;
|
}
|
|
public void setTimeLong_one(int timeLong_one) {
|
this.timeLong_one = timeLong_one;
|
}
|
|
public int getStdCap_two() {
|
return stdCap_two;
|
}
|
|
public void setStdCap_two(int stdCap_two) {
|
this.stdCap_two = stdCap_two;
|
}
|
|
public float getFloatVol_two() {
|
return floatVol_two;
|
}
|
|
public void setFloatVol_two(float floatVol_two) {
|
this.floatVol_two = floatVol_two;
|
}
|
|
public float getStrength_two() {
|
return strength_two;
|
}
|
|
public void setStrength_two(float strength_two) {
|
this.strength_two = strength_two;
|
}
|
|
public float getYhstrength_two() {
|
return yhstrength_two;
|
}
|
|
public void setYhstrength_two(float yhstrength_two) {
|
this.yhstrength_two = yhstrength_two;
|
}
|
|
public int getTimeLong_two() {
|
return timeLong_two;
|
}
|
|
public void setTimeLong_two(int timeLong_two) {
|
this.timeLong_two = timeLong_two;
|
}
|
|
public int getStdCap_three() {
|
return stdCap_three;
|
}
|
|
public void setStdCap_three(int stdCap_three) {
|
this.stdCap_three = stdCap_three;
|
}
|
|
public float getFloatVol_three() {
|
return floatVol_three;
|
}
|
|
public void setFloatVol_three(float floatVol_three) {
|
this.floatVol_three = floatVol_three;
|
}
|
|
public float getStrength_three() {
|
return strength_three;
|
}
|
|
public void setStrength_three(float strength_three) {
|
this.strength_three = strength_three;
|
}
|
|
public float getYhstrength_three() {
|
return yhstrength_three;
|
}
|
|
public void setYhstrength_three(float yhstrength_three) {
|
this.yhstrength_three = yhstrength_three;
|
}
|
|
public int getTimeLong_three() {
|
return timeLong_three;
|
}
|
|
public void setTimeLong_three(int timeLong_three) {
|
this.timeLong_three = timeLong_three;
|
}
|
|
public int getStdCap_four() {
|
return stdCap_four;
|
}
|
|
public void setStdCap_four(int stdCap_four) {
|
this.stdCap_four = stdCap_four;
|
}
|
|
public float getFloatVol_four() {
|
return floatVol_four;
|
}
|
|
public void setFloatVol_four(float floatVol_four) {
|
this.floatVol_four = floatVol_four;
|
}
|
|
public float getStrength_four() {
|
return strength_four;
|
}
|
|
public void setStrength_four(float strength_four) {
|
this.strength_four = strength_four;
|
}
|
|
public float getYhstrength_four() {
|
return yhstrength_four;
|
}
|
|
public void setYhstrength_four(float yhstrength_four) {
|
this.yhstrength_four = yhstrength_four;
|
}
|
|
public int getTimeLong_four() {
|
return timeLong_four;
|
}
|
|
public void setTimeLong_four(int timeLong_four) {
|
this.timeLong_four = timeLong_four;
|
}
|
|
@Override
|
public String toString() {
|
return "Fbs9100s_fod_param{" +
|
"num=" + num +
|
", dev_id=" + dev_id +
|
", op_cmd=" + op_cmd +
|
", test_cmd=" + test_cmd +
|
", groupNum=" + groupNum +
|
", stdCap_one=" + stdCap_one +
|
", floatVol_one=" + floatVol_one +
|
", strength_one=" + strength_one +
|
", yhstrength_one=" + yhstrength_one +
|
", timeLong_one=" + timeLong_one +
|
", stdCap_two=" + stdCap_two +
|
", floatVol_two=" + floatVol_two +
|
", strength_two=" + strength_two +
|
", yhstrength_two=" + yhstrength_two +
|
", timeLong_two=" + timeLong_two +
|
", stdCap_three=" + stdCap_three +
|
", floatVol_three=" + floatVol_three +
|
", strength_three=" + strength_three +
|
", yhstrength_three=" + yhstrength_three +
|
", timeLong_three=" + timeLong_three +
|
", stdCap_four=" + stdCap_four +
|
", floatVol_four=" + floatVol_four +
|
", strength_four=" + strength_four +
|
", yhstrength_four=" + yhstrength_four +
|
", timeLong_four=" + timeLong_four +
|
'}';
|
}
|
}
|