2021222324252627
* @return * @throws Exception */ public static ScanMgr getScanMgr() throws Exception { ScanMgr scanMgr= new ScanMgrImpl(); return scanMgr; }