N_THEORY.vm 455 B

123456789101112
  1. //电场名称:${netName} | 部门:${dept}| 联系人:${contacts}| 办公电话:${tel} | 手机:${mobile} |
  2. //** 单位:MW
  3. //预测厂家:沈阳嘉越
  4. // ${currentTime}
  5. <! Entity=${sign} type=THEORY time='${uploadTime}' !>
  6. <THEORY::${sign}>
  7. @id 日期 时间 理论功率 可用功率 实际功率
  8. #foreach( $th in $vList )
  9. #${velocityCount} ${th.date} ${th.time} ${th.theoryValue} ${th.ableValue} ${th.realValue}
  10. #end
  11. </THEORY::${sign}>