| | |
| | | vo.setJarPressure$(basJar.getJarPressure().toString()+"MPa"); |
| | | vo.setJarCount(basJar.getJarCount());//最大储量 |
| | | vo.setJarCount$(basJar.getJarCount().toString()+"托");//最大储量 |
| | | |
| | | vo.setHoldingTime(basJar.getHoldingTime().toString());//保温时间 |
| | | vo.setOpenTime(basJar.getOpenTime().toString());//开门时间 |
| | | vo.setCloseTime(basJar.getCloseTime().toString());//关门时间 |
| | | vo.setHoldingTime(DateUtils.convert(basJar.getHoldingTime()));//保温时间 |
| | | vo.setOpenTime(DateUtils.convert(basJar.getOpenTime()));//开门时间 |
| | | vo.setCloseTime(DateUtils.convert(basJar.getCloseTime()));//关门时间 |
| | | |
| | | } |
| | | return R.ok().add(list); |