PopedomCheck.java~5~
上传用户:dlqqsh
上传日期:2021-11-13
资源大小:7840k
文件大小:0k
源码类别:

OA系统

开发平台:

Java

  1. package officeol.mc.tools;
  2. public class PopedomCheck {
  3.     public PopedomCheck() {
  4.     }
  5.     private String[][] popeArray(String[][] pope){
  6.         Tool tl = new Tool();
  7.         for(int i = 0; i < pope.length; i++){
  8.         }
  9.         return null;
  10.     }
  11.     public boolean getPagePope(String pageType,String[][] pope){
  12.         return false;
  13.     }
  14.     public String getFanwei(String pageType,String opType,String[][] pope){
  15.         return "";
  16.     }
  17. }