常用的代码

xiaoxiao2021-03-01  19

Integer empId=((BsEmployee)request.getSession().getAttribute(SiteDefs.BS_EMPLOYEE)).getEmpId(); import cn.ac.iscas.share.qaManager.util.BsEmployeeMgr; import cn.ac.iscas.share.qaManager.util.IBsEmployee; IBsEmployee bsMgr = new BsEmployeeMgr(); //(执行中0 历史项目1已废弃2 未初始化3 提交验收报告后为4 非正常结项为5) String[] projectStatus = new String[]{"0","1","2","4","5"}; List<ProjectInfo> projList = projMgr.getAllProjects(projectStatus); import cn.ac.iscas.core.utils.UtilLocaleMessage; //从资源文件中取得 所对应的中文字符串 String processdefine = UtilLocaleMessage.getLocaleMessage("pm.projplan.processdefine"); String taskasign = UtilLocaleMessage.getLocaleMessage("pm.projplan.taskassigned"); String projPlanBook = UtilLocaleMessage.getLocaleMessage("pm.projplan.book");  

 

 

 

 

相关资源:非常实用的代码大全
转载请注明原文地址: https://www.6miu.com/read-4550025.html

最新回复(0)