/**
  * 是否是表内取数公式
  *
  * @param F1String String
  * @return boolean
  * @throws Exception
  */
 public boolean isReportF1(String F1String) throws Exception {
   return JCkService.isReportFunction(F1String);
 }
 /**
  * 是否是表内取数公式
  *
  * @param F1String String
  * @return boolean
  * @throws Exception
  */
 public boolean isInnerReportF1(String F1String, String sAddbh, String sBbbh) throws Exception {
   return JCkService.isInnerReportFunction(F1String, sAddbh, sBbbh);
 }