| | |
| | | package com.whyc.dto; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.whyc.pojo.BattgroupData; |
| | | import com.whyc.pojo.BattgroupInfo; |
| | | import com.whyc.pojo.FileParam; |
| | |
| | | private int resGoodCount; |
| | | private int volGoodCount; |
| | | private int chainResGoodCount; |
| | | |
| | | private int battVolTestCount; |
| | | private int battResTestCount; |
| | | private int battChainResTestCount; |
| | | |
| | | public List<BattgroupData> getDataList() { |
| | | return dataList; |
| | |
| | | public void setStdDevBs(String stdDevBs) { |
| | | this.stdDevBs = stdDevBs; |
| | | } |
| | | |
| | | public int getBattVolTestCount() { |
| | | return battVolTestCount; |
| | | } |
| | | |
| | | public void setBattVolTestCount(int battVolTestCount) { |
| | | this.battVolTestCount = battVolTestCount; |
| | | } |
| | | |
| | | public int getBattResTestCount() { |
| | | return battResTestCount; |
| | | } |
| | | |
| | | public void setBattResTestCount(int battResTestCount) { |
| | | this.battResTestCount = battResTestCount; |
| | | } |
| | | |
| | | public int getBattChainResTestCount() { |
| | | return battChainResTestCount; |
| | | } |
| | | |
| | | public void setBattChainResTestCount(int battChainResTestCount) { |
| | | this.battChainResTestCount = battChainResTestCount; |
| | | } |
| | | } |