摘要: 1、使用实体类对象包装参数: /* seviceImpl层 */public List<SysDept> getFaculty() { SysDept dept = new SysDept(); dept.setDeptType(2); dept.setStatus("0"); return dep 阅读全文
posted @ 2022-03-14 14:22 大渔33 阅读(1123) 评论(0) 推荐(0)