10 2020 档案
摘要:bulid.gradle dependencies { compile 'org.springframework.boot:spring-boot-starter-web:2.3.4.RELEASE' compile 'org.apache.httpcomponents:httpclient:4.3
阅读全文
摘要:/** * 深度向下查询parentId * * @param calltext 调用上下文,必填 * @param parentId 父单元Id * @param parentIds 部门id集 * @return 父部门下所有层级子部门id集合 */ public List<Department
阅读全文
摘要:compile "com.github.stuxuhai:jpinyin:1.1.8" 测试代码: import com.github.stuxuhai.jpinyin.ChineseHelper; import com.github.stuxuhai.jpinyin.PinyinFormat; i
阅读全文