| | |
| | | |
| | | //总体评价 |
| | | private int resGoodCount; |
| | | private int serGoodCount; |
| | | private int volGoodCount; |
| | | private int chainResGoodCount; |
| | | |
| | | private int battVolTestCount; |
| | | private int battResTestCount; |
| | | private int battSerTestCount; |
| | | private int battChainResTestCount; |
| | | |
| | | public List<BattgroupData> getDataList() { |
| | |
| | | public void setChainPic(String chainPic) { |
| | | this.chainPic = chainPic; |
| | | } |
| | | |
| | | public int getSerGoodCount() { |
| | | return serGoodCount; |
| | | } |
| | | |
| | | public void setSerGoodCount(int serGoodCount) { |
| | | this.serGoodCount = serGoodCount; |
| | | } |
| | | |
| | | public int getBattSerTestCount() { |
| | | return battSerTestCount; |
| | | } |
| | | |
| | | public void setBattSerTestCount(int battSerTestCount) { |
| | | this.battSerTestCount = battSerTestCount; |
| | | } |
| | | } |