| | |
| | | private StationInfo stationInfo; |
| | | private String volPic; |
| | | private String resPic; |
| | | private String condPic; |
| | | private String chainPic; |
| | | private String stdDevBv; |
| | | private String stdDevBr; |
| | | private String stdDevCr; |
| | |
| | | |
| | | //总体评价 |
| | | 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 setBattChainResTestCount(int battChainResTestCount) { |
| | | this.battChainResTestCount = battChainResTestCount; |
| | | } |
| | | |
| | | public String getCondPic() { |
| | | return condPic; |
| | | } |
| | | |
| | | public void setCondPic(String condPic) { |
| | | this.condPic = condPic; |
| | | } |
| | | |
| | | public String getChainPic() { |
| | | return chainPic; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | } |