eas system status of each acquisition module information


void getSystemStatue public () throws EASBizException, BOSException
    {
        CompanyOrgUnitInfo CompanyInfo = null; // current Finance
        // SystemStatusCtrolUtils tools available modules system status information, such as the current period, whether the system is turned on or off information
        SystemStatusCtrolUtils.getCurrentPeriod (null / * context information, such as may be used in the client * null /, SystemEnum.ACCOUNTSPAYABLE, CompanyInfo / ** /);
    }

Guess you like

Origin www.cnblogs.com/luojiabao/p/10977304.html
EAS