摘要:
JAVA代码中的后台 List<Map<String,String>> rs = new ArrayList<Map<String,String>>(); if("1".equals(queryType)){ rs = DBService.selectObjectListWithSQL(queryj 阅读全文
posted @ 2019-05-15 12:22
那些年的代码
阅读(734)
评论(0)
推荐(0)
摘要:
java代码 List<CodeTableBean> clfsList = StandardCodeTable.getCodeTable("clfs", ""); 第一个参数是codetable,第二个是parentcode List<CodeTableBean> clfs = new ArrayL 阅读全文
posted @ 2019-05-15 12:16
那些年的代码
阅读(369)
评论(0)
推荐(0)