2026-06-18 二维码扫码、会议室导航单点登录、组织架构接口封装代码初始化上传

This commit is contained in:
2026-06-18 10:02:40 +08:00
parent 78975f00b6
commit b797a8eaa6
36 changed files with 2269 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans default-autowire="byName">
<bean name="/qrCodeForm.do" class="com.seeyon.apps.qrCodeForm.controller.QrCodeFormController"/>
</beans>