diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 3836138..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: http://doc.ruoyi.vip/zhyc-vue/other/donate.html diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7feea44..0000000 --- a/.gitignore +++ /dev/null @@ -1,48 +0,0 @@ -###################################################################### -# Build Tools - -.gradle -/build/ -!gradle/wrapper/gradle-wrapper.jar - -target/ -!.mvn/wrapper/maven-wrapper.jar - -###################################################################### -# IDE - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### JRebel ### -rebel.xml - -### NetBeans ### -nbproject/private/ -build/* -nbbuild/ -dist/ -nbdist/ -.nb-gradle/ - -###################################################################### -# Others -*.log -*.xml.versionsBackup -*.swp - -!*/build/*.java -!*/build/*.html -!*/build/*.xml -/zhyc-module/src/main/java/com/zhyc/module/group_management/service/impl/GroupServiceImpl.java diff --git a/.idea/.cache/.Apifox_Helper/.toolWindow.db b/.idea/.cache/.Apifox_Helper/.toolWindow.db new file mode 100644 index 0000000..3b46038 Binary files /dev/null and b/.idea/.cache/.Apifox_Helper/.toolWindow.db differ diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/ApifoxUploaderProjectSetting.xml b/.idea/ApifoxUploaderProjectSetting.xml new file mode 100644 index 0000000..47b3118 --- /dev/null +++ b/.idea/ApifoxUploaderProjectSetting.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..82ed4c9 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..89b47f7 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,42 @@ + + + + + mysql.8 + true + com.mysql.cj.jdbc.Driver + jdbc:mysql://146.56.214.124:3306 + + + + + + $ProjectFileDir$ + + + mysql_aurora_aws + true + software.aws.rds.jdbc.mysql.Driver + jdbc:mysql:aws://localhost:3306 + + + + + + + $ProjectFileDir$ + + + mysql.8 + true + com.mysql.cj.jdbc.Driver + jdbc:mysql://118.182.97.76:3306 + + + + + + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..0115678 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..c48ef6b --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..67e1e61 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/zhyc-admin/src/main/resources/application-druid.yml b/zhyc-admin/src/main/resources/application-druid.yml index 2885db2..3c517de 100644 --- a/zhyc-admin/src/main/resources/application-druid.yml +++ b/zhyc-admin/src/main/resources/application-druid.yml @@ -9,9 +9,9 @@ spring: # url: jdbc:mysql://localhost:3306/zhyc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 # username: root # password: 123456 - url: jdbc:mysql://146.56.214.124:3306/zhyc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://118.182.97.76:3306/zhyc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: zhyc - password: zhyc1234 + password: yszh123 # 从库数据源 slave: # 从数据源开关/默认关闭 diff --git a/zhyc-admin/target/classes/META-INF/spring-devtools.properties b/zhyc-admin/target/classes/META-INF/spring-devtools.properties new file mode 100644 index 0000000..37e7b58 --- /dev/null +++ b/zhyc-admin/target/classes/META-INF/spring-devtools.properties @@ -0,0 +1 @@ +restart.include.json=/com.alibaba.fastjson2.*.jar \ No newline at end of file diff --git a/zhyc-admin/target/classes/application-druid.yml b/zhyc-admin/target/classes/application-druid.yml new file mode 100644 index 0000000..3c517de --- /dev/null +++ b/zhyc-admin/target/classes/application-druid.yml @@ -0,0 +1,64 @@ +# 数据源配置 +spring: + datasource: + type: com.alibaba.druid.pool.DruidDataSource + driverClassName: com.mysql.cj.jdbc.Driver + druid: + # 主库数据源 + master: +# url: jdbc:mysql://localhost:3306/zhyc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 +# username: root +# password: 123456 + url: jdbc:mysql://118.182.97.76:3306/zhyc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + username: zhyc + password: yszh123 + # 从库数据源 + slave: + # 从数据源开关/默认关闭 + enabled: false + url: + username: + password: + # 初始连接数 + initialSize: 5 + # 最小连接池数量 + minIdle: 10 + # 最大连接池数量 + maxActive: 20 + # 配置获取连接等待超时的时间 + maxWait: 60000 + # 配置连接超时时间 + connectTimeout: 30000 + # 配置网络超时时间 + socketTimeout: 60000 + # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒 + timeBetweenEvictionRunsMillis: 60000 + # 配置一个连接在池中最小生存的时间,单位是毫秒 + minEvictableIdleTimeMillis: 300000 + # 配置一个连接在池中最大生存的时间,单位是毫秒 + maxEvictableIdleTimeMillis: 900000 + # 配置检测连接是否有效 + validationQuery: SELECT 1 FROM DUAL + testWhileIdle: true + testOnBorrow: false + testOnReturn: false + webStatFilter: + enabled: true + statViewServlet: + enabled: true + # 设置白名单,不填则允许所有访问 + allow: + url-pattern: /druid/* + # 控制台管理用户名和密码 + login-username: ruoyi + login-password: 123456 + filter: + stat: + enabled: true + # 慢SQL记录 + log-slow-sql: true + slow-sql-millis: 1000 + merge-sql: true + wall: + config: + multi-statement-allow: true \ No newline at end of file diff --git a/zhyc-admin/target/classes/application.yml b/zhyc-admin/target/classes/application.yml new file mode 100644 index 0000000..e830ff0 --- /dev/null +++ b/zhyc-admin/target/classes/application.yml @@ -0,0 +1,138 @@ +# 项目相关配置 +ruoyi: + # 名称 + name: RuoYi + # 版本 + version: 3.8.9 + # 版权年份 + copyrightYear: 2025 + # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) + profile: D:/ruoyi/uploadPath + # 获取ip地址开关 + addressEnabled: false + # 验证码类型 math 数字计算 char 字符验证 + captchaType: math + +# 开发环境配置 +server: + # 服务器的HTTP端口,默认为8080 + port: 8080 + servlet: + # 应用的访问路径 + context-path: / + tomcat: + # tomcat的URI编码 + uri-encoding: UTF-8 + # 连接数满后的排队数,默认为100 + accept-count: 1000 + threads: + # tomcat最大线程数,默认为200 + max: 800 + # Tomcat启动初始化的线程数,默认值10 + min-spare: 100 + +# 日志配置 +logging: + level: + com.zhyc: debug + org.springframework: warn + +# 用户配置 +user: + password: + # 密码最大错误次数 + maxRetryCount: 5 + # 密码锁定时间(默认10分钟) + lockTime: 10 + +# Spring配置 +spring: + # 资源信息 + messages: + # 国际化资源文件路径 + basename: i18n/messages + + jackson: + date-format: yyyy-MM-dd HH:mm:ss + time-zone: GMT+8 + profiles: + active: druid + # 文件上传 + servlet: + multipart: + # 单个文件大小 + max-file-size: 10MB + # 设置总上传的文件大小 + max-request-size: 20MB + # 服务模块 + devtools: + restart: + # 热部署开关 + enabled: true +# # redis 配置 +# redis: +# # 地址 +# host: localhost +# # 端口,默认为6379 +# port: 6379 +# # 数据库索引 +# database: 0 +# # 密码 +# password: +# # 连接超时时间 +# timeout: 10s +# lettuce: +# pool: +# # 连接池中的最小空闲连接 +# min-idle: 0 +# # 连接池中的最大空闲连接 +# max-idle: 8 +# # 连接池的最大数据库连接数 +# max-active: 8 +# # #连接池最大阻塞等待时间(使用负值表示没有限制) +# max-wait: -1ms + +# token配置 +token: + # 令牌自定义标识 + header: Authorization + # 令牌密钥 + secret: abcdefghijklmnopqrstuvwxyz + # 令牌有效期(默认30分钟) + expireTime: 120 + +# MyBatis配置 +mybatis: + # 搜索指定包别名 + typeAliasesPackage: com.zhyc.**.domain + # 配置mapper的扫描,找到所有的mapper.xml映射文件 + mapperLocations: classpath*:mapper/**/*Mapper.xml + # 加载全局的配置文件 + configLocation: classpath:mybatis/mybatis-config.xml + +# PageHelper分页插件 +pagehelper: + helperDialect: mysql + reasonable: false + supportMethodsArguments: true + params: count=countSql + + +# Swagger配置 +swagger: + # 是否开启swagger + enabled: true + # 请求前缀 + pathMapping: /dev-api + +# 防止XSS攻击 +xss: + # 过滤开关 + enabled: true + # 排除链接(多个用逗号分隔) + excludes: /system/notice + # 匹配链接 + urlPatterns: /system/*,/monitor/*,/tool/* + + + diff --git a/zhyc-admin/target/classes/banner.txt b/zhyc-admin/target/classes/banner.txt new file mode 100644 index 0000000..0931cb8 --- /dev/null +++ b/zhyc-admin/target/classes/banner.txt @@ -0,0 +1,24 @@ +Application Version: ${ruoyi.version} +Spring Boot Version: ${spring-boot.version} +//////////////////////////////////////////////////////////////////// +// _ooOoo_ // +// o8888888o // +// 88" . "88 // +// (| ^_^ |) // +// O\ = /O // +// ____/`---'\____ // +// .' \\| |// `. // +// / \\||| : |||// \ // +// / _||||| -:- |||||- \ // +// | | \\\ - /// | | // +// | \_| ''\---/'' | | // +// \ .-\__ `-` ___/-. / // +// ___`. .' /--.--\ `. . ___ // +// ."" '< `.___\_<|>_/___.' >'"". // +// | | : `- \`.;`\ _ /`;.`/ - ` : | | // +// \ \ `-. \_ __\ /__ _/ .-` / / // +// ========`-.____`-.___\_____/___.-`____.-'======== // +// `=---=' // +// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ // +// 佛祖保佑 永不宕机 永无BUG // +//////////////////////////////////////////////////////////////////// \ No newline at end of file diff --git a/zhyc-admin/target/classes/com/zhyc/SheepApplication.class b/zhyc-admin/target/classes/com/zhyc/SheepApplication.class new file mode 100644 index 0000000..e921a17 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/SheepApplication.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/SheepServletInitializer.class b/zhyc-admin/target/classes/com/zhyc/SheepServletInitializer.class new file mode 100644 index 0000000..058f215 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/SheepServletInitializer.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/common/CaptchaController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/common/CaptchaController.class new file mode 100644 index 0000000..6b51126 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/common/CaptchaController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/common/CommonController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/common/CommonController.class new file mode 100644 index 0000000..8f7dc7b Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/common/CommonController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/CacheController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/CacheController.class new file mode 100644 index 0000000..9b30f85 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/CacheController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/ServerController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/ServerController.class new file mode 100644 index 0000000..2ae23cd Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/ServerController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/SysLogininforController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/SysLogininforController.class new file mode 100644 index 0000000..9a41665 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/SysLogininforController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/SysOperlogController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/SysOperlogController.class new file mode 100644 index 0000000..0b09a9d Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/SysOperlogController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/SysUserOnlineController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/SysUserOnlineController.class new file mode 100644 index 0000000..5bf3650 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/monitor/SysUserOnlineController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysConfigController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysConfigController.class new file mode 100644 index 0000000..1fdb935 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysConfigController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysDeptController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysDeptController.class new file mode 100644 index 0000000..b6a1de5 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysDeptController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysDictDataController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysDictDataController.class new file mode 100644 index 0000000..a7370bc Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysDictDataController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysDictTypeController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysDictTypeController.class new file mode 100644 index 0000000..0f685a7 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysDictTypeController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysIndexController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysIndexController.class new file mode 100644 index 0000000..782e660 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysIndexController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysLoginController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysLoginController.class new file mode 100644 index 0000000..0d4ba05 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysLoginController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysMenuController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysMenuController.class new file mode 100644 index 0000000..1ebd58b Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysMenuController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysNoticeController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysNoticeController.class new file mode 100644 index 0000000..674ae57 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysNoticeController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysPostController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysPostController.class new file mode 100644 index 0000000..0c7630f Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysPostController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysProfileController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysProfileController.class new file mode 100644 index 0000000..6b5613c Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysProfileController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysRegisterController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysRegisterController.class new file mode 100644 index 0000000..cf68ae5 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysRegisterController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysRoleController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysRoleController.class new file mode 100644 index 0000000..5a9a557 Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysRoleController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysUserController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysUserController.class new file mode 100644 index 0000000..d87f46d Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/system/SysUserController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/tool/TestController.class b/zhyc-admin/target/classes/com/zhyc/web/controller/tool/TestController.class new file mode 100644 index 0000000..7db85db Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/tool/TestController.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/controller/tool/UserEntity.class b/zhyc-admin/target/classes/com/zhyc/web/controller/tool/UserEntity.class new file mode 100644 index 0000000..a870e6e Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/controller/tool/UserEntity.class differ diff --git a/zhyc-admin/target/classes/com/zhyc/web/core/config/SwaggerConfig.class b/zhyc-admin/target/classes/com/zhyc/web/core/config/SwaggerConfig.class new file mode 100644 index 0000000..3f59f9c Binary files /dev/null and b/zhyc-admin/target/classes/com/zhyc/web/core/config/SwaggerConfig.class differ diff --git a/zhyc-admin/target/classes/i18n/messages.properties b/zhyc-admin/target/classes/i18n/messages.properties new file mode 100644 index 0000000..93de005 --- /dev/null +++ b/zhyc-admin/target/classes/i18n/messages.properties @@ -0,0 +1,38 @@ +#错误消息 +not.null=* 必须填写 +user.jcaptcha.error=验证码错误 +user.jcaptcha.expire=验证码已失效 +user.not.exists=用户不存在/密码错误 +user.password.not.match=用户不存在/密码错误 +user.password.retry.limit.count=密码输入错误{0}次 +user.password.retry.limit.exceed=密码输入错误{0}次,帐户锁定{1}分钟 +user.password.delete=对不起,您的账号已被删除 +user.blocked=用户已封禁,请联系管理员 +role.blocked=角色已封禁,请联系管理员 +login.blocked=很遗憾,访问IP已被列入系统黑名单 +user.logout.success=退出成功 + +length.not.valid=长度必须在{min}到{max}个字符之间 + +user.username.not.valid=* 2到20个汉字、字母、数字或下划线组成,且必须以非数字开头 +user.password.not.valid=* 5-50个字符 + +user.email.not.valid=邮箱格式错误 +user.mobile.phone.number.not.valid=手机号格式错误 +user.login.success=登录成功 +user.register.success=注册成功 +user.notfound=请重新登录 +user.forcelogout=管理员强制退出,请重新登录 +user.unknown.error=未知错误,请重新登录 + +##文件上传消息 +upload.exceed.maxSize=上传的文件大小超出限制的文件大小!
允许的文件最大大小是:{0}MB! +upload.filename.exceed.length=上传的文件名最长{0}个字符 + +##权限 +no.permission=您没有数据的权限,请联系管理员添加权限 [{0}] +no.create.permission=您没有创建数据的权限,请联系管理员添加权限 [{0}] +no.update.permission=您没有修改数据的权限,请联系管理员添加权限 [{0}] +no.delete.permission=您没有删除数据的权限,请联系管理员添加权限 [{0}] +no.export.permission=您没有导出数据的权限,请联系管理员添加权限 [{0}] +no.view.permission=您没有查看数据的权限,请联系管理员添加权限 [{0}] diff --git a/zhyc-admin/target/classes/logback.xml b/zhyc-admin/target/classes/logback.xml new file mode 100644 index 0000000..17e59c3 --- /dev/null +++ b/zhyc-admin/target/classes/logback.xml @@ -0,0 +1,93 @@ + + + + + + + + + + + ${log.pattern} + + + + + + ${log.path}/sys-info.log + + + + ${log.path}/sys-info.%d{yyyy-MM-dd}.log + + 60 + + + ${log.pattern} + + + + INFO + + ACCEPT + + DENY + + + + + ${log.path}/sys-error.log + + + + ${log.path}/sys-error.%d{yyyy-MM-dd}.log + + 60 + + + ${log.pattern} + + + + ERROR + + ACCEPT + + DENY + + + + + + ${log.path}/sys-user.log + + + ${log.path}/sys-user.%d{yyyy-MM-dd}.log + + 60 + + + ${log.pattern} + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/zhyc-admin/target/classes/mybatis/mybatis-config.xml b/zhyc-admin/target/classes/mybatis/mybatis-config.xml new file mode 100644 index 0000000..ac47c03 --- /dev/null +++ b/zhyc-admin/target/classes/mybatis/mybatis-config.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + diff --git a/zhyc-admin/target/maven-archiver/pom.properties b/zhyc-admin/target/maven-archiver/pom.properties new file mode 100644 index 0000000..9234b24 --- /dev/null +++ b/zhyc-admin/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=zhyc-admin +groupId=zhyc +version=3.8.9 diff --git a/zhyc-admin/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/zhyc-admin/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..93ab5d7 --- /dev/null +++ b/zhyc-admin/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,25 @@ +com\zhyc\web\controller\common\CommonController.class +com\zhyc\web\controller\common\CaptchaController.class +com\zhyc\web\controller\system\SysRoleController.class +com\zhyc\web\controller\tool\UserEntity.class +com\zhyc\web\controller\monitor\ServerController.class +com\zhyc\web\controller\system\SysLoginController.class +com\zhyc\web\core\config\SwaggerConfig.class +com\zhyc\web\controller\system\SysPostController.class +com\zhyc\web\controller\system\SysMenuController.class +com\zhyc\web\controller\monitor\SysOperlogController.class +com\zhyc\web\controller\system\SysDeptController.class +com\zhyc\web\controller\system\SysNoticeController.class +com\zhyc\web\controller\system\SysIndexController.class +com\zhyc\web\controller\system\SysUserController.class +com\zhyc\SheepServletInitializer.class +com\zhyc\web\controller\tool\TestController.class +com\zhyc\web\controller\system\SysProfileController.class +com\zhyc\SheepApplication.class +com\zhyc\web\controller\system\SysRegisterController.class +com\zhyc\web\controller\monitor\CacheController.class +com\zhyc\web\controller\system\SysDictDataController.class +com\zhyc\web\controller\monitor\SysLogininforController.class +com\zhyc\web\controller\system\SysDictTypeController.class +com\zhyc\web\controller\system\SysConfigController.class +com\zhyc\web\controller\monitor\SysUserOnlineController.class diff --git a/zhyc-admin/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/zhyc-admin/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..a111677 --- /dev/null +++ b/zhyc-admin/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,24 @@ +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysIndexController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysRegisterController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysUserController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\core\config\SwaggerConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\monitor\SysLogininforController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\monitor\ServerController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysDictDataController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\tool\TestController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysConfigController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\monitor\CacheController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysDictTypeController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\monitor\SysUserOnlineController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\common\CommonController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysPostController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\monitor\SysOperlogController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\SheepApplication.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysProfileController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\common\CaptchaController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysLoginController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysNoticeController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\SheepServletInitializer.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysDeptController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysRoleController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-admin\src\main\java\com\zhyc\web\controller\system\SysMenuController.java diff --git a/zhyc-admin/target/zhyc-admin.jar b/zhyc-admin/target/zhyc-admin.jar new file mode 100644 index 0000000..849130c Binary files /dev/null and b/zhyc-admin/target/zhyc-admin.jar differ diff --git a/zhyc-admin/target/zhyc-admin.jar.original b/zhyc-admin/target/zhyc-admin.jar.original new file mode 100644 index 0000000..c5917b3 Binary files /dev/null and b/zhyc-admin/target/zhyc-admin.jar.original differ diff --git a/zhyc-common/target/classes/com/zhyc/common/annotation/Anonymous.class b/zhyc-common/target/classes/com/zhyc/common/annotation/Anonymous.class new file mode 100644 index 0000000..4a320ca Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/annotation/Anonymous.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/annotation/DataScope.class b/zhyc-common/target/classes/com/zhyc/common/annotation/DataScope.class new file mode 100644 index 0000000..8aa32d9 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/annotation/DataScope.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/annotation/DataSource.class b/zhyc-common/target/classes/com/zhyc/common/annotation/DataSource.class new file mode 100644 index 0000000..149e5f9 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/annotation/DataSource.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/annotation/Excel$ColumnType.class b/zhyc-common/target/classes/com/zhyc/common/annotation/Excel$ColumnType.class new file mode 100644 index 0000000..1441cac Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/annotation/Excel$ColumnType.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/annotation/Excel$Type.class b/zhyc-common/target/classes/com/zhyc/common/annotation/Excel$Type.class new file mode 100644 index 0000000..199f630 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/annotation/Excel$Type.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/annotation/Excel.class b/zhyc-common/target/classes/com/zhyc/common/annotation/Excel.class new file mode 100644 index 0000000..151749f Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/annotation/Excel.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/annotation/Excels.class b/zhyc-common/target/classes/com/zhyc/common/annotation/Excels.class new file mode 100644 index 0000000..887e0b1 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/annotation/Excels.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/annotation/Log.class b/zhyc-common/target/classes/com/zhyc/common/annotation/Log.class new file mode 100644 index 0000000..5734fd0 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/annotation/Log.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/annotation/RateLimiter.class b/zhyc-common/target/classes/com/zhyc/common/annotation/RateLimiter.class new file mode 100644 index 0000000..0f9d4a4 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/annotation/RateLimiter.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/annotation/RepeatSubmit.class b/zhyc-common/target/classes/com/zhyc/common/annotation/RepeatSubmit.class new file mode 100644 index 0000000..0eb133e Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/annotation/RepeatSubmit.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/annotation/Sensitive.class b/zhyc-common/target/classes/com/zhyc/common/annotation/Sensitive.class new file mode 100644 index 0000000..9bf40b3 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/annotation/Sensitive.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/config/RuoYiConfig.class b/zhyc-common/target/classes/com/zhyc/common/config/RuoYiConfig.class new file mode 100644 index 0000000..7605ef4 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/config/RuoYiConfig.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/config/serializer/SensitiveJsonSerializer.class b/zhyc-common/target/classes/com/zhyc/common/config/serializer/SensitiveJsonSerializer.class new file mode 100644 index 0000000..8951f57 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/config/serializer/SensitiveJsonSerializer.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/constant/CacheConstants.class b/zhyc-common/target/classes/com/zhyc/common/constant/CacheConstants.class new file mode 100644 index 0000000..738c332 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/constant/CacheConstants.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/constant/Constants.class b/zhyc-common/target/classes/com/zhyc/common/constant/Constants.class new file mode 100644 index 0000000..d567bb0 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/constant/Constants.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/constant/GenConstants.class b/zhyc-common/target/classes/com/zhyc/common/constant/GenConstants.class new file mode 100644 index 0000000..f125c15 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/constant/GenConstants.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/constant/HttpStatus.class b/zhyc-common/target/classes/com/zhyc/common/constant/HttpStatus.class new file mode 100644 index 0000000..853dd90 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/constant/HttpStatus.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/constant/ScheduleConstants$Status.class b/zhyc-common/target/classes/com/zhyc/common/constant/ScheduleConstants$Status.class new file mode 100644 index 0000000..35cb22f Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/constant/ScheduleConstants$Status.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/constant/ScheduleConstants.class b/zhyc-common/target/classes/com/zhyc/common/constant/ScheduleConstants.class new file mode 100644 index 0000000..43be9cf Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/constant/ScheduleConstants.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/constant/UserConstants.class b/zhyc-common/target/classes/com/zhyc/common/constant/UserConstants.class new file mode 100644 index 0000000..7cd9355 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/constant/UserConstants.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/controller/BaseController$1.class b/zhyc-common/target/classes/com/zhyc/common/core/controller/BaseController$1.class new file mode 100644 index 0000000..6ba84b7 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/controller/BaseController$1.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/controller/BaseController.class b/zhyc-common/target/classes/com/zhyc/common/core/controller/BaseController.class new file mode 100644 index 0000000..ca3fa35 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/controller/BaseController.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/AjaxResult.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/AjaxResult.class new file mode 100644 index 0000000..02e50da Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/AjaxResult.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/BaseEntity.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/BaseEntity.class new file mode 100644 index 0000000..0e2ada0 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/BaseEntity.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/R.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/R.class new file mode 100644 index 0000000..49bc11d Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/R.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/TreeEntity.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/TreeEntity.class new file mode 100644 index 0000000..922ea29 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/TreeEntity.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/TreeSelect.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/TreeSelect.class new file mode 100644 index 0000000..175282a Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/TreeSelect.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysDept.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysDept.class new file mode 100644 index 0000000..035d9cc Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysDept.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysDictData.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysDictData.class new file mode 100644 index 0000000..c1be85a Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysDictData.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysDictType.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysDictType.class new file mode 100644 index 0000000..bc0d595 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysDictType.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysMenu.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysMenu.class new file mode 100644 index 0000000..133488a Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysMenu.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysRole.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysRole.class new file mode 100644 index 0000000..eaca3b3 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysRole.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysUser.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysUser.class new file mode 100644 index 0000000..6b8d797 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/entity/SysUser.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/model/LoginBody.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/model/LoginBody.class new file mode 100644 index 0000000..3bc6320 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/model/LoginBody.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/model/LoginUser.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/model/LoginUser.class new file mode 100644 index 0000000..f33bc41 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/model/LoginUser.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/domain/model/RegisterBody.class b/zhyc-common/target/classes/com/zhyc/common/core/domain/model/RegisterBody.class new file mode 100644 index 0000000..863442b Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/domain/model/RegisterBody.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/page/PageDomain.class b/zhyc-common/target/classes/com/zhyc/common/core/page/PageDomain.class new file mode 100644 index 0000000..03f6930 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/page/PageDomain.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/page/TableDataInfo.class b/zhyc-common/target/classes/com/zhyc/common/core/page/TableDataInfo.class new file mode 100644 index 0000000..2e1850f Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/page/TableDataInfo.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/page/TableSupport.class b/zhyc-common/target/classes/com/zhyc/common/core/page/TableSupport.class new file mode 100644 index 0000000..3ca3661 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/page/TableSupport.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/redis/MyCache.class b/zhyc-common/target/classes/com/zhyc/common/core/redis/MyCache.class new file mode 100644 index 0000000..20f6eda Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/redis/MyCache.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/redis/RedisCache.class b/zhyc-common/target/classes/com/zhyc/common/core/redis/RedisCache.class new file mode 100644 index 0000000..2d1fe5f Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/redis/RedisCache.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/text/CharsetKit.class b/zhyc-common/target/classes/com/zhyc/common/core/text/CharsetKit.class new file mode 100644 index 0000000..e53e08a Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/text/CharsetKit.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/text/Convert.class b/zhyc-common/target/classes/com/zhyc/common/core/text/Convert.class new file mode 100644 index 0000000..57d9544 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/text/Convert.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/core/text/StrFormatter.class b/zhyc-common/target/classes/com/zhyc/common/core/text/StrFormatter.class new file mode 100644 index 0000000..9a3430e Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/core/text/StrFormatter.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/enums/BusinessStatus.class b/zhyc-common/target/classes/com/zhyc/common/enums/BusinessStatus.class new file mode 100644 index 0000000..a7a67a3 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/enums/BusinessStatus.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/enums/BusinessType.class b/zhyc-common/target/classes/com/zhyc/common/enums/BusinessType.class new file mode 100644 index 0000000..a692c56 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/enums/BusinessType.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/enums/DataSourceType.class b/zhyc-common/target/classes/com/zhyc/common/enums/DataSourceType.class new file mode 100644 index 0000000..1a99bb5 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/enums/DataSourceType.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/enums/DesensitizedType.class b/zhyc-common/target/classes/com/zhyc/common/enums/DesensitizedType.class new file mode 100644 index 0000000..b0f6605 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/enums/DesensitizedType.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/enums/HttpMethod.class b/zhyc-common/target/classes/com/zhyc/common/enums/HttpMethod.class new file mode 100644 index 0000000..f0ebc5b Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/enums/HttpMethod.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/enums/LimitType.class b/zhyc-common/target/classes/com/zhyc/common/enums/LimitType.class new file mode 100644 index 0000000..7b8de96 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/enums/LimitType.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/enums/OperatorType.class b/zhyc-common/target/classes/com/zhyc/common/enums/OperatorType.class new file mode 100644 index 0000000..2ce9ad1 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/enums/OperatorType.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/enums/UserStatus.class b/zhyc-common/target/classes/com/zhyc/common/enums/UserStatus.class new file mode 100644 index 0000000..7f08547 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/enums/UserStatus.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/DemoModeException.class b/zhyc-common/target/classes/com/zhyc/common/exception/DemoModeException.class new file mode 100644 index 0000000..d7f4ce7 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/DemoModeException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/GlobalException.class b/zhyc-common/target/classes/com/zhyc/common/exception/GlobalException.class new file mode 100644 index 0000000..64528ab Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/GlobalException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/ServiceException.class b/zhyc-common/target/classes/com/zhyc/common/exception/ServiceException.class new file mode 100644 index 0000000..2c6e0f5 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/ServiceException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/UtilException.class b/zhyc-common/target/classes/com/zhyc/common/exception/UtilException.class new file mode 100644 index 0000000..aef7d7a Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/UtilException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/base/BaseException.class b/zhyc-common/target/classes/com/zhyc/common/exception/base/BaseException.class new file mode 100644 index 0000000..800a369 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/base/BaseException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/file/FileException.class b/zhyc-common/target/classes/com/zhyc/common/exception/file/FileException.class new file mode 100644 index 0000000..1f20694 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/file/FileException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/file/FileNameLengthLimitExceededException.class b/zhyc-common/target/classes/com/zhyc/common/exception/file/FileNameLengthLimitExceededException.class new file mode 100644 index 0000000..be4ef4d Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/file/FileNameLengthLimitExceededException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/file/FileSizeLimitExceededException.class b/zhyc-common/target/classes/com/zhyc/common/exception/file/FileSizeLimitExceededException.class new file mode 100644 index 0000000..9e958b7 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/file/FileSizeLimitExceededException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/file/FileUploadException.class b/zhyc-common/target/classes/com/zhyc/common/exception/file/FileUploadException.class new file mode 100644 index 0000000..9ffb25a Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/file/FileUploadException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException$InvalidFlashExtensionException.class b/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException$InvalidFlashExtensionException.class new file mode 100644 index 0000000..56236a3 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException$InvalidFlashExtensionException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException$InvalidImageExtensionException.class b/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException$InvalidImageExtensionException.class new file mode 100644 index 0000000..d041df1 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException$InvalidImageExtensionException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException$InvalidMediaExtensionException.class b/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException$InvalidMediaExtensionException.class new file mode 100644 index 0000000..9f6a361 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException$InvalidMediaExtensionException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException$InvalidVideoExtensionException.class b/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException$InvalidVideoExtensionException.class new file mode 100644 index 0000000..501a14e Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException$InvalidVideoExtensionException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException.class b/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException.class new file mode 100644 index 0000000..440a8a0 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/file/InvalidExtensionException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/job/TaskException$Code.class b/zhyc-common/target/classes/com/zhyc/common/exception/job/TaskException$Code.class new file mode 100644 index 0000000..7b24409 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/job/TaskException$Code.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/job/TaskException.class b/zhyc-common/target/classes/com/zhyc/common/exception/job/TaskException.class new file mode 100644 index 0000000..68363d6 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/job/TaskException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/user/BlackListException.class b/zhyc-common/target/classes/com/zhyc/common/exception/user/BlackListException.class new file mode 100644 index 0000000..2e98369 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/user/BlackListException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/user/CaptchaException.class b/zhyc-common/target/classes/com/zhyc/common/exception/user/CaptchaException.class new file mode 100644 index 0000000..4ae6795 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/user/CaptchaException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/user/CaptchaExpireException.class b/zhyc-common/target/classes/com/zhyc/common/exception/user/CaptchaExpireException.class new file mode 100644 index 0000000..047a07d Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/user/CaptchaExpireException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/user/UserException.class b/zhyc-common/target/classes/com/zhyc/common/exception/user/UserException.class new file mode 100644 index 0000000..76d9af2 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/user/UserException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/user/UserNotExistsException.class b/zhyc-common/target/classes/com/zhyc/common/exception/user/UserNotExistsException.class new file mode 100644 index 0000000..fec9e37 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/user/UserNotExistsException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/user/UserPasswordNotMatchException.class b/zhyc-common/target/classes/com/zhyc/common/exception/user/UserPasswordNotMatchException.class new file mode 100644 index 0000000..b26b777 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/user/UserPasswordNotMatchException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/exception/user/UserPasswordRetryLimitExceedException.class b/zhyc-common/target/classes/com/zhyc/common/exception/user/UserPasswordRetryLimitExceedException.class new file mode 100644 index 0000000..c14552a Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/exception/user/UserPasswordRetryLimitExceedException.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/filter/PropertyPreExcludeFilter.class b/zhyc-common/target/classes/com/zhyc/common/filter/PropertyPreExcludeFilter.class new file mode 100644 index 0000000..31d3c98 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/filter/PropertyPreExcludeFilter.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/filter/RepeatableFilter.class b/zhyc-common/target/classes/com/zhyc/common/filter/RepeatableFilter.class new file mode 100644 index 0000000..88183b6 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/filter/RepeatableFilter.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/filter/RepeatedlyRequestWrapper$1.class b/zhyc-common/target/classes/com/zhyc/common/filter/RepeatedlyRequestWrapper$1.class new file mode 100644 index 0000000..9f0c0ac Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/filter/RepeatedlyRequestWrapper$1.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/filter/RepeatedlyRequestWrapper.class b/zhyc-common/target/classes/com/zhyc/common/filter/RepeatedlyRequestWrapper.class new file mode 100644 index 0000000..3c1577c Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/filter/RepeatedlyRequestWrapper.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/filter/XssFilter.class b/zhyc-common/target/classes/com/zhyc/common/filter/XssFilter.class new file mode 100644 index 0000000..ffe0612 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/filter/XssFilter.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/filter/XssHttpServletRequestWrapper$1.class b/zhyc-common/target/classes/com/zhyc/common/filter/XssHttpServletRequestWrapper$1.class new file mode 100644 index 0000000..9998dbf Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/filter/XssHttpServletRequestWrapper$1.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/filter/XssHttpServletRequestWrapper.class b/zhyc-common/target/classes/com/zhyc/common/filter/XssHttpServletRequestWrapper.class new file mode 100644 index 0000000..9b00d38 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/filter/XssHttpServletRequestWrapper.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/Arith.class b/zhyc-common/target/classes/com/zhyc/common/utils/Arith.class new file mode 100644 index 0000000..302df87 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/Arith.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/DateUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/DateUtils.class new file mode 100644 index 0000000..cb844de Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/DateUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/DesensitizedUtil.class b/zhyc-common/target/classes/com/zhyc/common/utils/DesensitizedUtil.class new file mode 100644 index 0000000..5709c97 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/DesensitizedUtil.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/DictUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/DictUtils.class new file mode 100644 index 0000000..6a0bf74 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/DictUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/ExceptionUtil.class b/zhyc-common/target/classes/com/zhyc/common/utils/ExceptionUtil.class new file mode 100644 index 0000000..9bbd980 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/ExceptionUtil.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/LogUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/LogUtils.class new file mode 100644 index 0000000..b27701b Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/LogUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/MessageUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/MessageUtils.class new file mode 100644 index 0000000..77b22e8 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/MessageUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/PageUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/PageUtils.class new file mode 100644 index 0000000..caf39c2 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/PageUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/SecurityUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/SecurityUtils.class new file mode 100644 index 0000000..68d05db Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/SecurityUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/ServletUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/ServletUtils.class new file mode 100644 index 0000000..a938679 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/ServletUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/StringUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/StringUtils.class new file mode 100644 index 0000000..2879cfb Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/StringUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/Threads.class b/zhyc-common/target/classes/com/zhyc/common/utils/Threads.class new file mode 100644 index 0000000..19dfe10 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/Threads.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/bean/BeanUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/bean/BeanUtils.class new file mode 100644 index 0000000..bd1d939 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/bean/BeanUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/bean/BeanValidators.class b/zhyc-common/target/classes/com/zhyc/common/utils/bean/BeanValidators.class new file mode 100644 index 0000000..9806f9c Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/bean/BeanValidators.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/file/FileTypeUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/file/FileTypeUtils.class new file mode 100644 index 0000000..4cb0995 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/file/FileTypeUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/file/FileUploadUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/file/FileUploadUtils.class new file mode 100644 index 0000000..829ec74 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/file/FileUploadUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/file/FileUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/file/FileUtils.class new file mode 100644 index 0000000..4b6d3f7 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/file/FileUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/file/ImageUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/file/ImageUtils.class new file mode 100644 index 0000000..5a2de7c Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/file/ImageUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/file/MimeTypeUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/file/MimeTypeUtils.class new file mode 100644 index 0000000..a5ddbb1 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/file/MimeTypeUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/html/EscapeUtil.class b/zhyc-common/target/classes/com/zhyc/common/utils/html/EscapeUtil.class new file mode 100644 index 0000000..4dfdc81 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/html/EscapeUtil.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/html/HTMLFilter.class b/zhyc-common/target/classes/com/zhyc/common/utils/html/HTMLFilter.class new file mode 100644 index 0000000..16e669f Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/html/HTMLFilter.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpHelper.class b/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpHelper.class new file mode 100644 index 0000000..5a9dec9 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpHelper.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpUtils$1.class b/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpUtils$1.class new file mode 100644 index 0000000..e1371ce Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpUtils$1.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpUtils$TrustAnyHostnameVerifier.class b/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpUtils$TrustAnyHostnameVerifier.class new file mode 100644 index 0000000..534e171 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpUtils$TrustAnyHostnameVerifier.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpUtils$TrustAnyTrustManager.class b/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpUtils$TrustAnyTrustManager.class new file mode 100644 index 0000000..dedcf23 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpUtils$TrustAnyTrustManager.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpUtils.class new file mode 100644 index 0000000..c8766b8 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/http/HttpUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/ip/AddressUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/ip/AddressUtils.class new file mode 100644 index 0000000..87d856f Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/ip/AddressUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/ip/IpUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/ip/IpUtils.class new file mode 100644 index 0000000..c8a4df6 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/ip/IpUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/poi/ExcelHandlerAdapter.class b/zhyc-common/target/classes/com/zhyc/common/utils/poi/ExcelHandlerAdapter.class new file mode 100644 index 0000000..62b81bd Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/poi/ExcelHandlerAdapter.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/poi/ExcelUtil.class b/zhyc-common/target/classes/com/zhyc/common/utils/poi/ExcelUtil.class new file mode 100644 index 0000000..5636082 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/poi/ExcelUtil.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/reflect/ReflectUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/reflect/ReflectUtils.class new file mode 100644 index 0000000..5cf99e4 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/reflect/ReflectUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/sign/Base64.class b/zhyc-common/target/classes/com/zhyc/common/utils/sign/Base64.class new file mode 100644 index 0000000..5cb3dd5 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/sign/Base64.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/sign/Md5Utils.class b/zhyc-common/target/classes/com/zhyc/common/utils/sign/Md5Utils.class new file mode 100644 index 0000000..c139e98 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/sign/Md5Utils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/spring/SpringUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/spring/SpringUtils.class new file mode 100644 index 0000000..8ee8274 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/spring/SpringUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/sql/SqlUtil.class b/zhyc-common/target/classes/com/zhyc/common/utils/sql/SqlUtil.class new file mode 100644 index 0000000..c5eac88 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/sql/SqlUtil.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/uuid/IdUtils.class b/zhyc-common/target/classes/com/zhyc/common/utils/uuid/IdUtils.class new file mode 100644 index 0000000..08b19b7 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/uuid/IdUtils.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/uuid/Seq.class b/zhyc-common/target/classes/com/zhyc/common/utils/uuid/Seq.class new file mode 100644 index 0000000..c8b74fa Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/uuid/Seq.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/uuid/UUID$Holder.class b/zhyc-common/target/classes/com/zhyc/common/utils/uuid/UUID$Holder.class new file mode 100644 index 0000000..ae78366 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/uuid/UUID$Holder.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/utils/uuid/UUID.class b/zhyc-common/target/classes/com/zhyc/common/utils/uuid/UUID.class new file mode 100644 index 0000000..113d4d5 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/utils/uuid/UUID.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/xss/Xss.class b/zhyc-common/target/classes/com/zhyc/common/xss/Xss.class new file mode 100644 index 0000000..9abee4d Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/xss/Xss.class differ diff --git a/zhyc-common/target/classes/com/zhyc/common/xss/XssValidator.class b/zhyc-common/target/classes/com/zhyc/common/xss/XssValidator.class new file mode 100644 index 0000000..1b71717 Binary files /dev/null and b/zhyc-common/target/classes/com/zhyc/common/xss/XssValidator.class differ diff --git a/zhyc-common/target/classes/mapper/embryo/ScEmbryoFlushMapper.xml b/zhyc-common/target/classes/mapper/embryo/ScEmbryoFlushMapper.xml new file mode 100644 index 0000000..448874e --- /dev/null +++ b/zhyc-common/target/classes/mapper/embryo/ScEmbryoFlushMapper.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + select id, flush_time, donor_female_no, donor_male_no, grade_a_plus, grade_a, grade_b, grade_c, grade_d, cell_2_4, cell_8, cell_16, unfertilized, degenerated, transferred, recipient_cnt, embryo_type, embryo_source, destination, storage_method, flush_operator, collect_operator, remark, created_by, created_at from sc_embryo_flush + + + + + + + + insert into sc_embryo_flush + + flush_time, + donor_female_no, + donor_male_no, + grade_a_plus, + grade_a, + grade_b, + grade_c, + grade_d, + cell_2_4, + cell_8, + cell_16, + unfertilized, + degenerated, + transferred, + recipient_cnt, + embryo_type, + embryo_source, + destination, + storage_method, + flush_operator, + collect_operator, + remark, + created_by, + created_at, + + + #{flushTime}, + #{donorFemaleNo}, + #{donorMaleNo}, + #{gradeAPlus}, + #{gradeA}, + #{gradeB}, + #{gradeC}, + #{gradeD}, + #{cell24}, + #{cell8}, + #{cell16}, + #{unfertilized}, + #{degenerated}, + #{transferred}, + #{recipientCnt}, + #{embryoType}, + #{embryoSource}, + #{destination}, + #{storageMethod}, + #{flushOperator}, + #{collectOperator}, + #{remark}, + #{createdBy}, + #{createdAt}, + + + + + update sc_embryo_flush + + flush_time = #{flushTime}, + donor_female_no = #{donorFemaleNo}, + donor_male_no = #{donorMaleNo}, + grade_a_plus = #{gradeAPlus}, + grade_a = #{gradeA}, + grade_b = #{gradeB}, + grade_c = #{gradeC}, + grade_d = #{gradeD}, + cell_2_4 = #{cell24}, + cell_8 = #{cell8}, + cell_16 = #{cell16}, + unfertilized = #{unfertilized}, + degenerated = #{degenerated}, + transferred = #{transferred}, + recipient_cnt = #{recipientCnt}, + embryo_type = #{embryoType}, + embryo_source = #{embryoSource}, + destination = #{destination}, + storage_method = #{storageMethod}, + flush_operator = #{flushOperator}, + collect_operator = #{collectOperator}, + remark = #{remark}, + created_by = #{createdBy}, + created_at = #{createdAt}, + + where id = #{id} + + + + delete from sc_embryo_flush where id = #{id} + + + + delete from sc_embryo_flush where id in + + #{id} + + + \ No newline at end of file diff --git a/zhyc-common/target/maven-archiver/pom.properties b/zhyc-common/target/maven-archiver/pom.properties new file mode 100644 index 0000000..e3d9130 --- /dev/null +++ b/zhyc-common/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=zhyc-common +groupId=zhyc +version=3.8.9 diff --git a/zhyc-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/zhyc-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..4e44a93 --- /dev/null +++ b/zhyc-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,123 @@ +com\zhyc\common\filter\XssFilter.class +com\zhyc\common\exception\file\InvalidExtensionException$InvalidVideoExtensionException.class +com\zhyc\common\core\page\TableDataInfo.class +com\zhyc\common\exception\ServiceException.class +com\zhyc\common\exception\file\FileUploadException.class +com\zhyc\common\exception\UtilException.class +com\zhyc\common\utils\ServletUtils.class +com\zhyc\common\filter\XssHttpServletRequestWrapper$1.class +com\zhyc\common\enums\UserStatus.class +com\zhyc\common\utils\file\FileUploadUtils.class +com\zhyc\common\core\domain\entity\SysDictData.class +com\zhyc\common\enums\DataSourceType.class +com\zhyc\common\core\domain\entity\SysDept.class +com\zhyc\common\filter\RepeatedlyRequestWrapper$1.class +com\zhyc\common\utils\Arith.class +com\zhyc\common\core\domain\TreeEntity.class +com\zhyc\common\exception\user\UserException.class +com\zhyc\common\constant\CacheConstants.class +com\zhyc\common\utils\bean\BeanUtils.class +com\zhyc\common\core\redis\MyCache.class +com\zhyc\common\core\controller\BaseController.class +com\zhyc\common\annotation\Sensitive.class +com\zhyc\common\xss\Xss.class +com\zhyc\common\core\domain\entity\SysMenu.class +com\zhyc\common\core\page\PageDomain.class +com\zhyc\common\utils\sign\Md5Utils.class +com\zhyc\common\exception\user\UserPasswordNotMatchException.class +com\zhyc\common\exception\job\TaskException$Code.class +com\zhyc\common\core\text\CharsetKit.class +com\zhyc\common\utils\DictUtils.class +com\zhyc\common\constant\Constants.class +com\zhyc\common\utils\poi\ExcelUtil.class +com\zhyc\common\core\domain\AjaxResult.class +com\zhyc\common\filter\RepeatedlyRequestWrapper.class +com\zhyc\common\utils\sql\SqlUtil.class +com\zhyc\common\core\domain\model\LoginUser.class +com\zhyc\common\enums\HttpMethod.class +com\zhyc\common\config\RuoYiConfig.class +com\zhyc\common\core\text\Convert.class +com\zhyc\common\annotation\Anonymous.class +com\zhyc\common\utils\DesensitizedUtil.class +com\zhyc\common\utils\sign\Base64.class +com\zhyc\common\core\domain\TreeSelect.class +com\zhyc\common\core\redis\RedisCache.class +com\zhyc\common\exception\file\InvalidExtensionException$InvalidFlashExtensionException.class +com\zhyc\common\utils\ExceptionUtil.class +com\zhyc\common\utils\spring\SpringUtils.class +com\zhyc\common\xss\XssValidator.class +com\zhyc\common\exception\base\BaseException.class +com\zhyc\common\utils\file\ImageUtils.class +com\zhyc\common\exception\user\UserPasswordRetryLimitExceedException.class +com\zhyc\common\utils\uuid\IdUtils.class +com\zhyc\common\constant\HttpStatus.class +com\zhyc\common\core\domain\entity\SysDictType.class +com\zhyc\common\enums\OperatorType.class +com\zhyc\common\utils\StringUtils.class +com\zhyc\common\annotation\Excels.class +com\zhyc\common\exception\user\CaptchaExpireException.class +com\zhyc\common\core\page\TableSupport.class +com\zhyc\common\exception\GlobalException.class +com\zhyc\common\constant\ScheduleConstants.class +com\zhyc\common\exception\job\TaskException.class +com\zhyc\common\utils\http\HttpUtils$1.class +com\zhyc\common\utils\file\FileUtils.class +com\zhyc\common\annotation\RepeatSubmit.class +com\zhyc\common\utils\uuid\UUID$Holder.class +com\zhyc\common\utils\ip\AddressUtils.class +com\zhyc\common\utils\LogUtils.class +com\zhyc\common\utils\file\MimeTypeUtils.class +com\zhyc\common\utils\bean\BeanValidators.class +com\zhyc\common\utils\http\HttpHelper.class +com\zhyc\common\exception\user\BlackListException.class +com\zhyc\common\core\controller\BaseController$1.class +com\zhyc\common\utils\MessageUtils.class +com\zhyc\common\annotation\RateLimiter.class +com\zhyc\common\enums\LimitType.class +com\zhyc\common\constant\GenConstants.class +com\zhyc\common\annotation\Excel$Type.class +com\zhyc\common\core\text\StrFormatter.class +com\zhyc\common\utils\reflect\ReflectUtils.class +com\zhyc\common\filter\PropertyPreExcludeFilter.class +com\zhyc\common\utils\SecurityUtils.class +com\zhyc\common\core\domain\BaseEntity.class +com\zhyc\common\core\domain\model\RegisterBody.class +com\zhyc\common\utils\PageUtils.class +com\zhyc\common\utils\uuid\Seq.class +com\zhyc\common\exception\file\FileNameLengthLimitExceededException.class +com\zhyc\common\annotation\Log.class +com\zhyc\common\filter\XssHttpServletRequestWrapper.class +com\zhyc\common\utils\http\HttpUtils$TrustAnyTrustManager.class +com\zhyc\common\constant\UserConstants.class +com\zhyc\common\exception\file\FileSizeLimitExceededException.class +com\zhyc\common\exception\file\InvalidExtensionException.class +com\zhyc\common\annotation\DataSource.class +com\zhyc\common\enums\DesensitizedType.class +com\zhyc\common\utils\html\HTMLFilter.class +com\zhyc\common\annotation\Excel.class +com\zhyc\common\utils\html\EscapeUtil.class +com\zhyc\common\utils\ip\IpUtils.class +com\zhyc\common\exception\file\InvalidExtensionException$InvalidMediaExtensionException.class +com\zhyc\common\exception\user\UserNotExistsException.class +com\zhyc\common\utils\Threads.class +com\zhyc\common\enums\BusinessType.class +com\zhyc\common\utils\poi\ExcelHandlerAdapter.class +com\zhyc\common\exception\DemoModeException.class +com\zhyc\common\exception\user\CaptchaException.class +com\zhyc\common\core\domain\model\LoginBody.class +com\zhyc\common\utils\file\FileTypeUtils.class +com\zhyc\common\filter\RepeatableFilter.class +com\zhyc\common\exception\file\FileException.class +com\zhyc\common\utils\DateUtils.class +com\zhyc\common\utils\http\HttpUtils$TrustAnyHostnameVerifier.class +com\zhyc\common\core\domain\entity\SysUser.class +com\zhyc\common\enums\BusinessStatus.class +com\zhyc\common\exception\file\InvalidExtensionException$InvalidImageExtensionException.class +com\zhyc\common\annotation\DataScope.class +com\zhyc\common\config\serializer\SensitiveJsonSerializer.class +com\zhyc\common\annotation\Excel$ColumnType.class +com\zhyc\common\constant\ScheduleConstants$Status.class +com\zhyc\common\core\domain\R.class +com\zhyc\common\core\domain\entity\SysRole.class +com\zhyc\common\utils\http\HttpUtils.class +com\zhyc\common\utils\uuid\UUID.class diff --git a/zhyc-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/zhyc-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..f75331a --- /dev/null +++ b/zhyc-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,108 @@ +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\sql\SqlUtil.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\job\TaskException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\html\EscapeUtil.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\StringUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\annotation\DataScope.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\SecurityUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\R.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\file\FileException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\controller\BaseController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\file\InvalidExtensionException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\constant\CacheConstants.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\enums\LimitType.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\LogUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\annotation\Log.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\TreeSelect.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\entity\SysUser.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\filter\RepeatedlyRequestWrapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\annotation\RateLimiter.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\DemoModeException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\TreeEntity.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\http\HttpUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\ServletUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\enums\UserStatus.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\BaseEntity.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\user\UserException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\UtilException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\sign\Md5Utils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\model\LoginUser.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\enums\BusinessStatus.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\file\FileUploadException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\reflect\ReflectUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\user\UserPasswordNotMatchException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\annotation\Excel.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\text\Convert.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\config\serializer\SensitiveJsonSerializer.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\constant\ScheduleConstants.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\constant\Constants.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\DesensitizedUtil.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\model\LoginBody.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\constant\HttpStatus.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\uuid\Seq.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\file\FileNameLengthLimitExceededException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\uuid\UUID.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\redis\MyCache.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\annotation\DataSource.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\DateUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\PageUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\user\UserNotExistsException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\filter\XssFilter.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\annotation\RepeatSubmit.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\file\FileTypeUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\entity\SysMenu.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\user\CaptchaExpireException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\GlobalException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\annotation\Excels.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\html\HTMLFilter.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\enums\BusinessType.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\user\UserPasswordRetryLimitExceedException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\annotation\Anonymous.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\file\ImageUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\page\PageDomain.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\MessageUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\file\FileUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\ip\AddressUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\base\BaseException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\xss\XssValidator.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\ip\IpUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\page\TableDataInfo.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\sign\Base64.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\constant\GenConstants.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\Arith.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\file\MimeTypeUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\DictUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\spring\SpringUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\poi\ExcelUtil.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\filter\PropertyPreExcludeFilter.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\bean\BeanValidators.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\text\StrFormatter.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\enums\HttpMethod.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\filter\RepeatableFilter.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\entity\SysDictData.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\filter\XssHttpServletRequestWrapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\entity\SysRole.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\redis\RedisCache.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\AjaxResult.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\bean\BeanUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\constant\UserConstants.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\ServiceException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\file\FileUploadUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\xss\Xss.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\user\BlackListException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\enums\OperatorType.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\file\FileSizeLimitExceededException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\page\TableSupport.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\http\HttpHelper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\model\RegisterBody.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\annotation\Sensitive.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\entity\SysDept.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\Threads.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\config\RuoYiConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\ExceptionUtil.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\poi\ExcelHandlerAdapter.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\utils\uuid\IdUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\exception\user\CaptchaException.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\enums\DesensitizedType.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\enums\DataSourceType.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\domain\entity\SysDictType.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-common\src\main\java\com\zhyc\common\core\text\CharsetKit.java diff --git a/zhyc-common/target/zhyc-common-3.8.9.jar b/zhyc-common/target/zhyc-common-3.8.9.jar new file mode 100644 index 0000000..c9c3e3d Binary files /dev/null and b/zhyc-common/target/zhyc-common-3.8.9.jar differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/aspectj/DataScopeAspect.class b/zhyc-framework/target/classes/com/zhyc/framework/aspectj/DataScopeAspect.class new file mode 100644 index 0000000..0f64322 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/aspectj/DataScopeAspect.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/aspectj/DataSourceAspect.class b/zhyc-framework/target/classes/com/zhyc/framework/aspectj/DataSourceAspect.class new file mode 100644 index 0000000..a5cbd65 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/aspectj/DataSourceAspect.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/aspectj/LogAspect.class b/zhyc-framework/target/classes/com/zhyc/framework/aspectj/LogAspect.class new file mode 100644 index 0000000..9c8282f Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/aspectj/LogAspect.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/aspectj/RateLimiterAspect.class b/zhyc-framework/target/classes/com/zhyc/framework/aspectj/RateLimiterAspect.class new file mode 100644 index 0000000..3f3102c Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/aspectj/RateLimiterAspect.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/ApplicationConfig.class b/zhyc-framework/target/classes/com/zhyc/framework/config/ApplicationConfig.class new file mode 100644 index 0000000..5e87d85 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/ApplicationConfig.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/CaptchaConfig.class b/zhyc-framework/target/classes/com/zhyc/framework/config/CaptchaConfig.class new file mode 100644 index 0000000..02bd58b Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/CaptchaConfig.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/DruidConfig$1.class b/zhyc-framework/target/classes/com/zhyc/framework/config/DruidConfig$1.class new file mode 100644 index 0000000..76a0019 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/DruidConfig$1.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/DruidConfig.class b/zhyc-framework/target/classes/com/zhyc/framework/config/DruidConfig.class new file mode 100644 index 0000000..3741e0c Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/DruidConfig.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/FastJson2JsonRedisSerializer.class b/zhyc-framework/target/classes/com/zhyc/framework/config/FastJson2JsonRedisSerializer.class new file mode 100644 index 0000000..aa48a84 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/FastJson2JsonRedisSerializer.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/FilterConfig.class b/zhyc-framework/target/classes/com/zhyc/framework/config/FilterConfig.class new file mode 100644 index 0000000..6e9087d Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/FilterConfig.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/I18nConfig.class b/zhyc-framework/target/classes/com/zhyc/framework/config/I18nConfig.class new file mode 100644 index 0000000..748f5f2 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/I18nConfig.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/KaptchaTextCreator.class b/zhyc-framework/target/classes/com/zhyc/framework/config/KaptchaTextCreator.class new file mode 100644 index 0000000..5b63587 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/KaptchaTextCreator.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/MyBatisConfig.class b/zhyc-framework/target/classes/com/zhyc/framework/config/MyBatisConfig.class new file mode 100644 index 0000000..6fbdd3a Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/MyBatisConfig.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/RedisConfig.class b/zhyc-framework/target/classes/com/zhyc/framework/config/RedisConfig.class new file mode 100644 index 0000000..1df60e4 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/RedisConfig.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/ResourcesConfig.class b/zhyc-framework/target/classes/com/zhyc/framework/config/ResourcesConfig.class new file mode 100644 index 0000000..508a176 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/ResourcesConfig.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/SecurityConfig.class b/zhyc-framework/target/classes/com/zhyc/framework/config/SecurityConfig.class new file mode 100644 index 0000000..2c7c7fd Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/SecurityConfig.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/ServerConfig.class b/zhyc-framework/target/classes/com/zhyc/framework/config/ServerConfig.class new file mode 100644 index 0000000..1e7337d Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/ServerConfig.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/ThreadPoolConfig$1.class b/zhyc-framework/target/classes/com/zhyc/framework/config/ThreadPoolConfig$1.class new file mode 100644 index 0000000..e9b71aa Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/ThreadPoolConfig$1.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/ThreadPoolConfig.class b/zhyc-framework/target/classes/com/zhyc/framework/config/ThreadPoolConfig.class new file mode 100644 index 0000000..d28f9b9 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/ThreadPoolConfig.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/properties/DruidProperties.class b/zhyc-framework/target/classes/com/zhyc/framework/config/properties/DruidProperties.class new file mode 100644 index 0000000..3fac944 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/properties/DruidProperties.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/config/properties/PermitAllUrlProperties.class b/zhyc-framework/target/classes/com/zhyc/framework/config/properties/PermitAllUrlProperties.class new file mode 100644 index 0000000..947e638 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/config/properties/PermitAllUrlProperties.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/datasource/DynamicDataSource.class b/zhyc-framework/target/classes/com/zhyc/framework/datasource/DynamicDataSource.class new file mode 100644 index 0000000..0a00b80 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/datasource/DynamicDataSource.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/datasource/DynamicDataSourceContextHolder.class b/zhyc-framework/target/classes/com/zhyc/framework/datasource/DynamicDataSourceContextHolder.class new file mode 100644 index 0000000..74c13ee Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/datasource/DynamicDataSourceContextHolder.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/interceptor/RepeatSubmitInterceptor.class b/zhyc-framework/target/classes/com/zhyc/framework/interceptor/RepeatSubmitInterceptor.class new file mode 100644 index 0000000..7a5916f Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/interceptor/RepeatSubmitInterceptor.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/interceptor/impl/SameUrlDataInterceptor.class b/zhyc-framework/target/classes/com/zhyc/framework/interceptor/impl/SameUrlDataInterceptor.class new file mode 100644 index 0000000..9635de7 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/interceptor/impl/SameUrlDataInterceptor.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/manager/AsyncManager.class b/zhyc-framework/target/classes/com/zhyc/framework/manager/AsyncManager.class new file mode 100644 index 0000000..4db167f Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/manager/AsyncManager.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/manager/ShutdownManager.class b/zhyc-framework/target/classes/com/zhyc/framework/manager/ShutdownManager.class new file mode 100644 index 0000000..436f6e1 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/manager/ShutdownManager.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/manager/factory/AsyncFactory$1.class b/zhyc-framework/target/classes/com/zhyc/framework/manager/factory/AsyncFactory$1.class new file mode 100644 index 0000000..ec9ca40 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/manager/factory/AsyncFactory$1.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/manager/factory/AsyncFactory$2.class b/zhyc-framework/target/classes/com/zhyc/framework/manager/factory/AsyncFactory$2.class new file mode 100644 index 0000000..ec39708 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/manager/factory/AsyncFactory$2.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/manager/factory/AsyncFactory.class b/zhyc-framework/target/classes/com/zhyc/framework/manager/factory/AsyncFactory.class new file mode 100644 index 0000000..b9f1427 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/manager/factory/AsyncFactory.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/security/context/AuthenticationContextHolder.class b/zhyc-framework/target/classes/com/zhyc/framework/security/context/AuthenticationContextHolder.class new file mode 100644 index 0000000..96892c0 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/security/context/AuthenticationContextHolder.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/security/context/PermissionContextHolder.class b/zhyc-framework/target/classes/com/zhyc/framework/security/context/PermissionContextHolder.class new file mode 100644 index 0000000..084b965 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/security/context/PermissionContextHolder.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/security/filter/JwtAuthenticationTokenFilter.class b/zhyc-framework/target/classes/com/zhyc/framework/security/filter/JwtAuthenticationTokenFilter.class new file mode 100644 index 0000000..ee2ca2b Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/security/filter/JwtAuthenticationTokenFilter.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/security/handle/AuthenticationEntryPointImpl.class b/zhyc-framework/target/classes/com/zhyc/framework/security/handle/AuthenticationEntryPointImpl.class new file mode 100644 index 0000000..313bb04 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/security/handle/AuthenticationEntryPointImpl.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/security/handle/LogoutSuccessHandlerImpl.class b/zhyc-framework/target/classes/com/zhyc/framework/security/handle/LogoutSuccessHandlerImpl.class new file mode 100644 index 0000000..2ab793b Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/security/handle/LogoutSuccessHandlerImpl.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/domain/Server.class b/zhyc-framework/target/classes/com/zhyc/framework/web/domain/Server.class new file mode 100644 index 0000000..448934c Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/domain/Server.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/Cpu.class b/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/Cpu.class new file mode 100644 index 0000000..d70200b Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/Cpu.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/Jvm.class b/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/Jvm.class new file mode 100644 index 0000000..b5cdbf8 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/Jvm.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/Mem.class b/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/Mem.class new file mode 100644 index 0000000..1b5cf1a Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/Mem.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/Sys.class b/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/Sys.class new file mode 100644 index 0000000..ea2ae02 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/Sys.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/SysFile.class b/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/SysFile.class new file mode 100644 index 0000000..ce2b374 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/domain/server/SysFile.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/exception/GlobalExceptionHandler.class b/zhyc-framework/target/classes/com/zhyc/framework/web/exception/GlobalExceptionHandler.class new file mode 100644 index 0000000..4844325 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/exception/GlobalExceptionHandler.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/service/PermissionService.class b/zhyc-framework/target/classes/com/zhyc/framework/web/service/PermissionService.class new file mode 100644 index 0000000..51c490a Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/service/PermissionService.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/service/SysLoginService.class b/zhyc-framework/target/classes/com/zhyc/framework/web/service/SysLoginService.class new file mode 100644 index 0000000..9fcfef4 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/service/SysLoginService.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/service/SysPasswordService.class b/zhyc-framework/target/classes/com/zhyc/framework/web/service/SysPasswordService.class new file mode 100644 index 0000000..830d70a Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/service/SysPasswordService.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/service/SysPermissionService.class b/zhyc-framework/target/classes/com/zhyc/framework/web/service/SysPermissionService.class new file mode 100644 index 0000000..d8c987d Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/service/SysPermissionService.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/service/SysRegisterService.class b/zhyc-framework/target/classes/com/zhyc/framework/web/service/SysRegisterService.class new file mode 100644 index 0000000..865ad63 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/service/SysRegisterService.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/service/TokenService.class b/zhyc-framework/target/classes/com/zhyc/framework/web/service/TokenService.class new file mode 100644 index 0000000..b77ced2 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/service/TokenService.class differ diff --git a/zhyc-framework/target/classes/com/zhyc/framework/web/service/UserDetailsServiceImpl.class b/zhyc-framework/target/classes/com/zhyc/framework/web/service/UserDetailsServiceImpl.class new file mode 100644 index 0000000..1de90c3 Binary files /dev/null and b/zhyc-framework/target/classes/com/zhyc/framework/web/service/UserDetailsServiceImpl.class differ diff --git a/zhyc-framework/target/maven-archiver/pom.properties b/zhyc-framework/target/maven-archiver/pom.properties new file mode 100644 index 0000000..dc94d62 --- /dev/null +++ b/zhyc-framework/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=zhyc-framework +groupId=zhyc +version=3.8.9 diff --git a/zhyc-framework/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/zhyc-framework/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..e9e5938 --- /dev/null +++ b/zhyc-framework/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,49 @@ +com\zhyc\framework\web\service\PermissionService.class +com\zhyc\framework\config\RedisConfig.class +com\zhyc\framework\config\MyBatisConfig.class +com\zhyc\framework\config\CaptchaConfig.class +com\zhyc\framework\web\service\TokenService.class +com\zhyc\framework\security\context\AuthenticationContextHolder.class +com\zhyc\framework\aspectj\DataSourceAspect.class +com\zhyc\framework\web\exception\GlobalExceptionHandler.class +com\zhyc\framework\aspectj\DataScopeAspect.class +com\zhyc\framework\config\SecurityConfig.class +com\zhyc\framework\manager\factory\AsyncFactory.class +com\zhyc\framework\config\ThreadPoolConfig.class +com\zhyc\framework\web\service\SysRegisterService.class +com\zhyc\framework\web\service\UserDetailsServiceImpl.class +com\zhyc\framework\interceptor\impl\SameUrlDataInterceptor.class +com\zhyc\framework\manager\factory\AsyncFactory$1.class +com\zhyc\framework\config\ApplicationConfig.class +com\zhyc\framework\config\FastJson2JsonRedisSerializer.class +com\zhyc\framework\config\FilterConfig.class +com\zhyc\framework\web\domain\server\Sys.class +com\zhyc\framework\security\filter\JwtAuthenticationTokenFilter.class +com\zhyc\framework\web\domain\Server.class +com\zhyc\framework\config\DruidConfig$1.class +com\zhyc\framework\security\context\PermissionContextHolder.class +com\zhyc\framework\config\DruidConfig.class +com\zhyc\framework\security\handle\LogoutSuccessHandlerImpl.class +com\zhyc\framework\aspectj\RateLimiterAspect.class +com\zhyc\framework\datasource\DynamicDataSourceContextHolder.class +com\zhyc\framework\interceptor\RepeatSubmitInterceptor.class +com\zhyc\framework\config\ThreadPoolConfig$1.class +com\zhyc\framework\web\domain\server\Mem.class +com\zhyc\framework\web\service\SysLoginService.class +com\zhyc\framework\config\properties\DruidProperties.class +com\zhyc\framework\config\ResourcesConfig.class +com\zhyc\framework\aspectj\LogAspect.class +com\zhyc\framework\config\I18nConfig.class +com\zhyc\framework\web\domain\server\Jvm.class +com\zhyc\framework\web\service\SysPermissionService.class +com\zhyc\framework\security\handle\AuthenticationEntryPointImpl.class +com\zhyc\framework\web\domain\server\SysFile.class +com\zhyc\framework\config\ServerConfig.class +com\zhyc\framework\manager\AsyncManager.class +com\zhyc\framework\manager\ShutdownManager.class +com\zhyc\framework\manager\factory\AsyncFactory$2.class +com\zhyc\framework\datasource\DynamicDataSource.class +com\zhyc\framework\config\properties\PermitAllUrlProperties.class +com\zhyc\framework\config\KaptchaTextCreator.class +com\zhyc\framework\web\domain\server\Cpu.class +com\zhyc\framework\web\service\SysPasswordService.class diff --git a/zhyc-framework/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/zhyc-framework/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..c8dd587 --- /dev/null +++ b/zhyc-framework/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,45 @@ +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\DruidConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\CaptchaConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\SecurityConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\domain\server\SysFile.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\ResourcesConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\security\handle\AuthenticationEntryPointImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\aspectj\DataSourceAspect.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\ServerConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\FilterConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\service\SysLoginService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\service\PermissionService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\aspectj\RateLimiterAspect.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\domain\server\Mem.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\service\TokenService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\properties\PermitAllUrlProperties.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\aspectj\LogAspect.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\security\context\PermissionContextHolder.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\security\handle\LogoutSuccessHandlerImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\aspectj\DataScopeAspect.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\properties\DruidProperties.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\ThreadPoolConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\datasource\DynamicDataSourceContextHolder.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\ApplicationConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\RedisConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\manager\ShutdownManager.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\domain\server\Cpu.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\KaptchaTextCreator.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\service\SysPermissionService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\FastJson2JsonRedisSerializer.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\interceptor\RepeatSubmitInterceptor.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\security\context\AuthenticationContextHolder.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\service\SysRegisterService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\service\SysPasswordService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\domain\server\Sys.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\domain\Server.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\datasource\DynamicDataSource.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\MyBatisConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\security\filter\JwtAuthenticationTokenFilter.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\config\I18nConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\service\UserDetailsServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\interceptor\impl\SameUrlDataInterceptor.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\domain\server\Jvm.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\web\exception\GlobalExceptionHandler.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\manager\factory\AsyncFactory.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-framework\src\main\java\com\zhyc\framework\manager\AsyncManager.java diff --git a/zhyc-framework/target/zhyc-framework-3.8.9.jar b/zhyc-framework/target/zhyc-framework-3.8.9.jar new file mode 100644 index 0000000..f94a9d4 Binary files /dev/null and b/zhyc-framework/target/zhyc-framework-3.8.9.jar differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/config/GenConfig.class b/zhyc-generator/target/classes/com/zhyc/generator/config/GenConfig.class new file mode 100644 index 0000000..f0d63bc Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/config/GenConfig.class differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/controller/GenController.class b/zhyc-generator/target/classes/com/zhyc/generator/controller/GenController.class new file mode 100644 index 0000000..c30ca90 Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/controller/GenController.class differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/domain/GenTable.class b/zhyc-generator/target/classes/com/zhyc/generator/domain/GenTable.class new file mode 100644 index 0000000..2e52512 Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/domain/GenTable.class differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/domain/GenTableColumn.class b/zhyc-generator/target/classes/com/zhyc/generator/domain/GenTableColumn.class new file mode 100644 index 0000000..614eac4 Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/domain/GenTableColumn.class differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/mapper/GenTableColumnMapper.class b/zhyc-generator/target/classes/com/zhyc/generator/mapper/GenTableColumnMapper.class new file mode 100644 index 0000000..9bb73b8 Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/mapper/GenTableColumnMapper.class differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/mapper/GenTableMapper.class b/zhyc-generator/target/classes/com/zhyc/generator/mapper/GenTableMapper.class new file mode 100644 index 0000000..3453b03 Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/mapper/GenTableMapper.class differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/service/GenTableColumnServiceImpl.class b/zhyc-generator/target/classes/com/zhyc/generator/service/GenTableColumnServiceImpl.class new file mode 100644 index 0000000..0f6cf6f Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/service/GenTableColumnServiceImpl.class differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/service/GenTableServiceImpl.class b/zhyc-generator/target/classes/com/zhyc/generator/service/GenTableServiceImpl.class new file mode 100644 index 0000000..c4dd1bf Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/service/GenTableServiceImpl.class differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/service/IGenTableColumnService.class b/zhyc-generator/target/classes/com/zhyc/generator/service/IGenTableColumnService.class new file mode 100644 index 0000000..28e0987 Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/service/IGenTableColumnService.class differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/service/IGenTableService.class b/zhyc-generator/target/classes/com/zhyc/generator/service/IGenTableService.class new file mode 100644 index 0000000..87a6e29 Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/service/IGenTableService.class differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/util/GenUtils.class b/zhyc-generator/target/classes/com/zhyc/generator/util/GenUtils.class new file mode 100644 index 0000000..dea22f7 Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/util/GenUtils.class differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/util/VelocityInitializer.class b/zhyc-generator/target/classes/com/zhyc/generator/util/VelocityInitializer.class new file mode 100644 index 0000000..073403a Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/util/VelocityInitializer.class differ diff --git a/zhyc-generator/target/classes/com/zhyc/generator/util/VelocityUtils.class b/zhyc-generator/target/classes/com/zhyc/generator/util/VelocityUtils.class new file mode 100644 index 0000000..d102928 Binary files /dev/null and b/zhyc-generator/target/classes/com/zhyc/generator/util/VelocityUtils.class differ diff --git a/zhyc-generator/target/classes/generator.yml b/zhyc-generator/target/classes/generator.yml new file mode 100644 index 0000000..2f3a8a5 --- /dev/null +++ b/zhyc-generator/target/classes/generator.yml @@ -0,0 +1,12 @@ +# 代码生成 +gen: + # 作者 + author: ruoyi + # 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool + packageName: com.zhyc.system + # 自动去除表前缀,默认是false + autoRemovePre: false + # 表前缀(生成类名不会包含表前缀,多个用逗号分隔) + tablePrefix: sys_ + # 是否允许生成文件覆盖到本地(自定义路径),默认不允许 + allowOverwrite: false \ No newline at end of file diff --git a/zhyc-generator/target/classes/mapper/generator/GenTableColumnMapper.xml b/zhyc-generator/target/classes/mapper/generator/GenTableColumnMapper.xml new file mode 100644 index 0000000..136d28a --- /dev/null +++ b/zhyc-generator/target/classes/mapper/generator/GenTableColumnMapper.xml @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + select column_id, table_id, column_name, column_comment, column_type, java_type, java_field, is_pk, is_increment, is_required, is_insert, is_edit, is_list, is_query, query_type, html_type, dict_type, sort, create_by, create_time, update_by, update_time from gen_table_column + + + + + + + + insert into gen_table_column ( + table_id, + column_name, + column_comment, + column_type, + java_type, + java_field, + is_pk, + is_increment, + is_required, + is_insert, + is_edit, + is_list, + is_query, + query_type, + html_type, + dict_type, + sort, + create_by, + create_time + )values( + #{tableId}, + #{columnName}, + #{columnComment}, + #{columnType}, + #{javaType}, + #{javaField}, + #{isPk}, + #{isIncrement}, + #{isRequired}, + #{isInsert}, + #{isEdit}, + #{isList}, + #{isQuery}, + #{queryType}, + #{htmlType}, + #{dictType}, + #{sort}, + #{createBy}, + sysdate() + ) + + + + update gen_table_column + + column_comment = #{columnComment}, + java_type = #{javaType}, + java_field = #{javaField}, + is_insert = #{isInsert}, + is_edit = #{isEdit}, + is_list = #{isList}, + is_query = #{isQuery}, + is_required = #{isRequired}, + query_type = #{queryType}, + html_type = #{htmlType}, + dict_type = #{dictType}, + sort = #{sort}, + update_by = #{updateBy}, + update_time = sysdate() + + where column_id = #{columnId} + + + + delete from gen_table_column where table_id in + + #{tableId} + + + + + delete from gen_table_column where column_id in + + #{item.columnId} + + + + \ No newline at end of file diff --git a/zhyc-generator/target/classes/mapper/generator/GenTableMapper.xml b/zhyc-generator/target/classes/mapper/generator/GenTableMapper.xml new file mode 100644 index 0000000..bf64556 --- /dev/null +++ b/zhyc-generator/target/classes/mapper/generator/GenTableMapper.xml @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + select table_id, table_name, table_comment, sub_table_name, sub_table_fk_name, class_name, tpl_category, tpl_web_type, package_name, module_name, business_name, function_name, function_author, gen_type, gen_path, options, create_by, create_time, update_by, update_time, remark from gen_table + + + + + + + + + + + + + + + + + + insert into gen_table ( + table_name, + table_comment, + class_name, + tpl_category, + tpl_web_type, + package_name, + module_name, + business_name, + function_name, + function_author, + gen_type, + gen_path, + remark, + create_by, + create_time + )values( + #{tableName}, + #{tableComment}, + #{className}, + #{tplCategory}, + #{tplWebType}, + #{packageName}, + #{moduleName}, + #{businessName}, + #{functionName}, + #{functionAuthor}, + #{genType}, + #{genPath}, + #{remark}, + #{createBy}, + sysdate() + ) + + + + ${sql} + + + + update gen_table + + table_name = #{tableName}, + table_comment = #{tableComment}, + sub_table_name = #{subTableName}, + sub_table_fk_name = #{subTableFkName}, + class_name = #{className}, + function_author = #{functionAuthor}, + gen_type = #{genType}, + gen_path = #{genPath}, + tpl_category = #{tplCategory}, + tpl_web_type = #{tplWebType}, + package_name = #{packageName}, + module_name = #{moduleName}, + business_name = #{businessName}, + function_name = #{functionName}, + options = #{options}, + update_by = #{updateBy}, + remark = #{remark}, + update_time = sysdate() + + where table_id = #{tableId} + + + + delete from gen_table where table_id in + + #{tableId} + + + + \ No newline at end of file diff --git a/zhyc-generator/target/classes/vm/java/controller.java.vm b/zhyc-generator/target/classes/vm/java/controller.java.vm new file mode 100644 index 0000000..95f9ebc --- /dev/null +++ b/zhyc-generator/target/classes/vm/java/controller.java.vm @@ -0,0 +1,115 @@ +package ${packageName}.controller; + +import java.util.List; +import javax.servlet.http.HttpServletResponse; +import org.springframework.security.access.prepost.PreAuthorize; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.bind.annotation.PostMapping; +import org.springframework.web.bind.annotation.PutMapping; +import org.springframework.web.bind.annotation.DeleteMapping; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RestController; +import com.zhyc.common.annotation.Log; +import com.zhyc.common.core.controller.BaseController; +import com.zhyc.common.core.domain.AjaxResult; +import com.zhyc.common.enums.BusinessType; +import ${packageName}.domain.${ClassName}; +import ${packageName}.service.I${ClassName}Service; +import com.zhyc.common.utils.poi.ExcelUtil; +#if($table.crud || $table.sub) +import com.zhyc.common.core.page.TableDataInfo; +#elseif($table.tree) +#end + +/** + * ${functionName}Controller + * + * @author ${author} + * @date ${datetime} + */ +@RestController +@RequestMapping("/${moduleName}/${businessName}") +public class ${ClassName}Controller extends BaseController +{ + @Autowired + private I${ClassName}Service ${className}Service; + + /** + * 查询${functionName}列表 + */ + @PreAuthorize("@ss.hasPermi('${permissionPrefix}:list')") + @GetMapping("/list") +#if($table.crud || $table.sub) + public TableDataInfo list(${ClassName} ${className}) + { + startPage(); + List<${ClassName}> list = ${className}Service.select${ClassName}List(${className}); + return getDataTable(list); + } +#elseif($table.tree) + public AjaxResult list(${ClassName} ${className}) + { + List<${ClassName}> list = ${className}Service.select${ClassName}List(${className}); + return success(list); + } +#end + + /** + * 导出${functionName}列表 + */ + @PreAuthorize("@ss.hasPermi('${permissionPrefix}:export')") + @Log(title = "${functionName}", businessType = BusinessType.EXPORT) + @PostMapping("/export") + public void export(HttpServletResponse response, ${ClassName} ${className}) + { + List<${ClassName}> list = ${className}Service.select${ClassName}List(${className}); + ExcelUtil<${ClassName}> util = new ExcelUtil<${ClassName}>(${ClassName}.class); + util.exportExcel(response, list, "${functionName}数据"); + } + + /** + * 获取${functionName}详细信息 + */ + @PreAuthorize("@ss.hasPermi('${permissionPrefix}:query')") + @GetMapping(value = "/{${pkColumn.javaField}}") + public AjaxResult getInfo(@PathVariable("${pkColumn.javaField}") ${pkColumn.javaType} ${pkColumn.javaField}) + { + return success(${className}Service.select${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaField})); + } + + /** + * 新增${functionName} + */ + @PreAuthorize("@ss.hasPermi('${permissionPrefix}:add')") + @Log(title = "${functionName}", businessType = BusinessType.INSERT) + @PostMapping + public AjaxResult add(@RequestBody ${ClassName} ${className}) + { + return toAjax(${className}Service.insert${ClassName}(${className})); + } + + /** + * 修改${functionName} + */ + @PreAuthorize("@ss.hasPermi('${permissionPrefix}:edit')") + @Log(title = "${functionName}", businessType = BusinessType.UPDATE) + @PutMapping + public AjaxResult edit(@RequestBody ${ClassName} ${className}) + { + return toAjax(${className}Service.update${ClassName}(${className})); + } + + /** + * 删除${functionName} + */ + @PreAuthorize("@ss.hasPermi('${permissionPrefix}:remove')") + @Log(title = "${functionName}", businessType = BusinessType.DELETE) + @DeleteMapping("/{${pkColumn.javaField}s}") + public AjaxResult remove(@PathVariable ${pkColumn.javaType}[] ${pkColumn.javaField}s) + { + return toAjax(${className}Service.delete${ClassName}By${pkColumn.capJavaField}s(${pkColumn.javaField}s)); + } +} diff --git a/zhyc-generator/target/classes/vm/java/domain.java.vm b/zhyc-generator/target/classes/vm/java/domain.java.vm new file mode 100644 index 0000000..041a2ee --- /dev/null +++ b/zhyc-generator/target/classes/vm/java/domain.java.vm @@ -0,0 +1,105 @@ +package ${packageName}.domain; + +#foreach ($import in $importList) +import ${import}; +#end +import org.apache.commons.lang3.builder.ToStringBuilder; +import org.apache.commons.lang3.builder.ToStringStyle; +import com.zhyc.common.annotation.Excel; +#if($table.crud || $table.sub) +import com.zhyc.common.core.domain.BaseEntity; +#elseif($table.tree) +import com.zhyc.common.core.domain.TreeEntity; +#end + +/** + * ${functionName}对象 ${tableName} + * + * @author ${author} + * @date ${datetime} + */ +#if($table.crud || $table.sub) +#set($Entity="BaseEntity") +#elseif($table.tree) +#set($Entity="TreeEntity") +#end +public class ${ClassName} extends ${Entity} +{ + private static final long serialVersionUID = 1L; + +#foreach ($column in $columns) +#if(!$table.isSuperColumn($column.javaField)) + /** $column.columnComment */ +#if($column.list) +#set($parentheseIndex=$column.columnComment.indexOf("(")) +#if($parentheseIndex != -1) +#set($comment=$column.columnComment.substring(0, $parentheseIndex)) +#else +#set($comment=$column.columnComment) +#end +#if($parentheseIndex != -1) + @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") +#elseif($column.javaType == 'Date') + @JsonFormat(pattern = "yyyy-MM-dd") + @Excel(name = "${comment}", width = 30, dateFormat = "yyyy-MM-dd") +#else + @Excel(name = "${comment}") +#end +#end + private $column.javaType $column.javaField; + +#end +#end +#if($table.sub) + /** $table.subTable.functionName信息 */ + private List<${subClassName}> ${subclassName}List; + +#end +#foreach ($column in $columns) +#if(!$table.isSuperColumn($column.javaField)) +#if($column.javaField.length() > 2 && $column.javaField.substring(1,2).matches("[A-Z]")) +#set($AttrName=$column.javaField) +#else +#set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)}) +#end + public void set${AttrName}($column.javaType $column.javaField) + { + this.$column.javaField = $column.javaField; + } + + public $column.javaType get${AttrName}() + { + return $column.javaField; + } + +#end +#end +#if($table.sub) + public List<${subClassName}> get${subClassName}List() + { + return ${subclassName}List; + } + + public void set${subClassName}List(List<${subClassName}> ${subclassName}List) + { + this.${subclassName}List = ${subclassName}List; + } + +#end + @Override + public String toString() { + return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) +#foreach ($column in $columns) +#if($column.javaField.length() > 2 && $column.javaField.substring(1,2).matches("[A-Z]")) +#set($AttrName=$column.javaField) +#else +#set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)}) +#end + .append("${column.javaField}", get${AttrName}()) +#end +#if($table.sub) + .append("${subclassName}List", get${subClassName}List()) +#end + .toString(); + } +} diff --git a/zhyc-generator/target/classes/vm/java/mapper.java.vm b/zhyc-generator/target/classes/vm/java/mapper.java.vm new file mode 100644 index 0000000..7e7d7c2 --- /dev/null +++ b/zhyc-generator/target/classes/vm/java/mapper.java.vm @@ -0,0 +1,91 @@ +package ${packageName}.mapper; + +import java.util.List; +import ${packageName}.domain.${ClassName}; +#if($table.sub) +import ${packageName}.domain.${subClassName}; +#end + +/** + * ${functionName}Mapper接口 + * + * @author ${author} + * @date ${datetime} + */ +public interface ${ClassName}Mapper +{ + /** + * 查询${functionName} + * + * @param ${pkColumn.javaField} ${functionName}主键 + * @return ${functionName} + */ + public ${ClassName} select${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaType} ${pkColumn.javaField}); + + /** + * 查询${functionName}列表 + * + * @param ${className} ${functionName} + * @return ${functionName}集合 + */ + public List<${ClassName}> select${ClassName}List(${ClassName} ${className}); + + /** + * 新增${functionName} + * + * @param ${className} ${functionName} + * @return 结果 + */ + public int insert${ClassName}(${ClassName} ${className}); + + /** + * 修改${functionName} + * + * @param ${className} ${functionName} + * @return 结果 + */ + public int update${ClassName}(${ClassName} ${className}); + + /** + * 删除${functionName} + * + * @param ${pkColumn.javaField} ${functionName}主键 + * @return 结果 + */ + public int delete${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaType} ${pkColumn.javaField}); + + /** + * 批量删除${functionName} + * + * @param ${pkColumn.javaField}s 需要删除的数据主键集合 + * @return 结果 + */ + public int delete${ClassName}By${pkColumn.capJavaField}s(${pkColumn.javaType}[] ${pkColumn.javaField}s); +#if($table.sub) + + /** + * 批量删除${subTable.functionName} + * + * @param ${pkColumn.javaField}s 需要删除的数据主键集合 + * @return 结果 + */ + public int delete${subClassName}By${subTableFkClassName}s(${pkColumn.javaType}[] ${pkColumn.javaField}s); + + /** + * 批量新增${subTable.functionName} + * + * @param ${subclassName}List ${subTable.functionName}列表 + * @return 结果 + */ + public int batch${subClassName}(List<${subClassName}> ${subclassName}List); + + + /** + * 通过${functionName}主键删除${subTable.functionName}信息 + * + * @param ${pkColumn.javaField} ${functionName}ID + * @return 结果 + */ + public int delete${subClassName}By${subTableFkClassName}(${pkColumn.javaType} ${pkColumn.javaField}); +#end +} diff --git a/zhyc-generator/target/classes/vm/java/service.java.vm b/zhyc-generator/target/classes/vm/java/service.java.vm new file mode 100644 index 0000000..264882b --- /dev/null +++ b/zhyc-generator/target/classes/vm/java/service.java.vm @@ -0,0 +1,61 @@ +package ${packageName}.service; + +import java.util.List; +import ${packageName}.domain.${ClassName}; + +/** + * ${functionName}Service接口 + * + * @author ${author} + * @date ${datetime} + */ +public interface I${ClassName}Service +{ + /** + * 查询${functionName} + * + * @param ${pkColumn.javaField} ${functionName}主键 + * @return ${functionName} + */ + public ${ClassName} select${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaType} ${pkColumn.javaField}); + + /** + * 查询${functionName}列表 + * + * @param ${className} ${functionName} + * @return ${functionName}集合 + */ + public List<${ClassName}> select${ClassName}List(${ClassName} ${className}); + + /** + * 新增${functionName} + * + * @param ${className} ${functionName} + * @return 结果 + */ + public int insert${ClassName}(${ClassName} ${className}); + + /** + * 修改${functionName} + * + * @param ${className} ${functionName} + * @return 结果 + */ + public int update${ClassName}(${ClassName} ${className}); + + /** + * 批量删除${functionName} + * + * @param ${pkColumn.javaField}s 需要删除的${functionName}主键集合 + * @return 结果 + */ + public int delete${ClassName}By${pkColumn.capJavaField}s(${pkColumn.javaType}[] ${pkColumn.javaField}s); + + /** + * 删除${functionName}信息 + * + * @param ${pkColumn.javaField} ${functionName}主键 + * @return 结果 + */ + public int delete${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaType} ${pkColumn.javaField}); +} diff --git a/zhyc-generator/target/classes/vm/java/serviceImpl.java.vm b/zhyc-generator/target/classes/vm/java/serviceImpl.java.vm new file mode 100644 index 0000000..38d1982 --- /dev/null +++ b/zhyc-generator/target/classes/vm/java/serviceImpl.java.vm @@ -0,0 +1,169 @@ +package ${packageName}.service.impl; + +import java.util.List; +#foreach ($column in $columns) +#if($column.javaField == 'createTime' || $column.javaField == 'updateTime') +import com.zhyc.common.utils.DateUtils; +#break +#end +#end +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Service; +#if($table.sub) +import java.util.ArrayList; +import com.zhyc.common.utils.StringUtils; +import org.springframework.transaction.annotation.Transactional; +import ${packageName}.domain.${subClassName}; +#end +import ${packageName}.mapper.${ClassName}Mapper; +import ${packageName}.domain.${ClassName}; +import ${packageName}.service.I${ClassName}Service; + +/** + * ${functionName}Service业务层处理 + * + * @author ${author} + * @date ${datetime} + */ +@Service +public class ${ClassName}ServiceImpl implements I${ClassName}Service +{ + @Autowired + private ${ClassName}Mapper ${className}Mapper; + + /** + * 查询${functionName} + * + * @param ${pkColumn.javaField} ${functionName}主键 + * @return ${functionName} + */ + @Override + public ${ClassName} select${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaType} ${pkColumn.javaField}) + { + return ${className}Mapper.select${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaField}); + } + + /** + * 查询${functionName}列表 + * + * @param ${className} ${functionName} + * @return ${functionName} + */ + @Override + public List<${ClassName}> select${ClassName}List(${ClassName} ${className}) + { + return ${className}Mapper.select${ClassName}List(${className}); + } + + /** + * 新增${functionName} + * + * @param ${className} ${functionName} + * @return 结果 + */ +#if($table.sub) + @Transactional +#end + @Override + public int insert${ClassName}(${ClassName} ${className}) + { +#foreach ($column in $columns) +#if($column.javaField == 'createTime') + ${className}.setCreateTime(DateUtils.getNowDate()); +#end +#end +#if($table.sub) + int rows = ${className}Mapper.insert${ClassName}(${className}); + insert${subClassName}(${className}); + return rows; +#else + return ${className}Mapper.insert${ClassName}(${className}); +#end + } + + /** + * 修改${functionName} + * + * @param ${className} ${functionName} + * @return 结果 + */ +#if($table.sub) + @Transactional +#end + @Override + public int update${ClassName}(${ClassName} ${className}) + { +#foreach ($column in $columns) +#if($column.javaField == 'updateTime') + ${className}.setUpdateTime(DateUtils.getNowDate()); +#end +#end +#if($table.sub) + ${className}Mapper.delete${subClassName}By${subTableFkClassName}(${className}.get${pkColumn.capJavaField}()); + insert${subClassName}(${className}); +#end + return ${className}Mapper.update${ClassName}(${className}); + } + + /** + * 批量删除${functionName} + * + * @param ${pkColumn.javaField}s 需要删除的${functionName}主键 + * @return 结果 + */ +#if($table.sub) + @Transactional +#end + @Override + public int delete${ClassName}By${pkColumn.capJavaField}s(${pkColumn.javaType}[] ${pkColumn.javaField}s) + { +#if($table.sub) + ${className}Mapper.delete${subClassName}By${subTableFkClassName}s(${pkColumn.javaField}s); +#end + return ${className}Mapper.delete${ClassName}By${pkColumn.capJavaField}s(${pkColumn.javaField}s); + } + + /** + * 删除${functionName}信息 + * + * @param ${pkColumn.javaField} ${functionName}主键 + * @return 结果 + */ +#if($table.sub) + @Transactional +#end + @Override + public int delete${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaType} ${pkColumn.javaField}) + { +#if($table.sub) + ${className}Mapper.delete${subClassName}By${subTableFkClassName}(${pkColumn.javaField}); +#end + return ${className}Mapper.delete${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaField}); + } +#if($table.sub) + + /** + * 新增${subTable.functionName}信息 + * + * @param ${className} ${functionName}对象 + */ + public void insert${subClassName}(${ClassName} ${className}) + { + List<${subClassName}> ${subclassName}List = ${className}.get${subClassName}List(); + ${pkColumn.javaType} ${pkColumn.javaField} = ${className}.get${pkColumn.capJavaField}(); + if (StringUtils.isNotNull(${subclassName}List)) + { + List<${subClassName}> list = new ArrayList<${subClassName}>(); + for (${subClassName} ${subclassName} : ${subclassName}List) + { + ${subclassName}.set${subTableFkClassName}(${pkColumn.javaField}); + list.add(${subclassName}); + } + if (list.size() > 0) + { + ${className}Mapper.batch${subClassName}(list); + } + } + } +#end +} diff --git a/zhyc-generator/target/classes/vm/java/sub-domain.java.vm b/zhyc-generator/target/classes/vm/java/sub-domain.java.vm new file mode 100644 index 0000000..486bf52 --- /dev/null +++ b/zhyc-generator/target/classes/vm/java/sub-domain.java.vm @@ -0,0 +1,76 @@ +package ${packageName}.domain; + +#foreach ($import in $subImportList) +import ${import}; +#end +import org.apache.commons.lang3.builder.ToStringBuilder; +import org.apache.commons.lang3.builder.ToStringStyle; +import com.zhyc.common.annotation.Excel; +import com.zhyc.common.core.domain.BaseEntity; + +/** + * ${subTable.functionName}对象 ${subTableName} + * + * @author ${author} + * @date ${datetime} + */ +public class ${subClassName} extends BaseEntity +{ + private static final long serialVersionUID = 1L; + +#foreach ($column in $subTable.columns) +#if(!$table.isSuperColumn($column.javaField)) + /** $column.columnComment */ +#if($column.list) +#set($parentheseIndex=$column.columnComment.indexOf("(")) +#if($parentheseIndex != -1) +#set($comment=$column.columnComment.substring(0, $parentheseIndex)) +#else +#set($comment=$column.columnComment) +#end +#if($parentheseIndex != -1) + @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") +#elseif($column.javaType == 'Date') + @JsonFormat(pattern = "yyyy-MM-dd") + @Excel(name = "${comment}", width = 30, dateFormat = "yyyy-MM-dd") +#else + @Excel(name = "${comment}") +#end +#end + private $column.javaType $column.javaField; + +#end +#end +#foreach ($column in $subTable.columns) +#if(!$table.isSuperColumn($column.javaField)) +#if($column.javaField.length() > 2 && $column.javaField.substring(1,2).matches("[A-Z]")) +#set($AttrName=$column.javaField) +#else +#set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)}) +#end + public void set${AttrName}($column.javaType $column.javaField) + { + this.$column.javaField = $column.javaField; + } + + public $column.javaType get${AttrName}() + { + return $column.javaField; + } +#end +#end + + @Override + public String toString() { + return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) +#foreach ($column in $subTable.columns) +#if($column.javaField.length() > 2 && $column.javaField.substring(1,2).matches("[A-Z]")) +#set($AttrName=$column.javaField) +#else +#set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)}) +#end + .append("${column.javaField}", get${AttrName}()) +#end + .toString(); + } +} diff --git a/zhyc-generator/target/classes/vm/js/api.js.vm b/zhyc-generator/target/classes/vm/js/api.js.vm new file mode 100644 index 0000000..9295524 --- /dev/null +++ b/zhyc-generator/target/classes/vm/js/api.js.vm @@ -0,0 +1,44 @@ +import request from '@/utils/request' + +// 查询${functionName}列表 +export function list${BusinessName}(query) { + return request({ + url: '/${moduleName}/${businessName}/list', + method: 'get', + params: query + }) +} + +// 查询${functionName}详细 +export function get${BusinessName}(${pkColumn.javaField}) { + return request({ + url: '/${moduleName}/${businessName}/' + ${pkColumn.javaField}, + method: 'get' + }) +} + +// 新增${functionName} +export function add${BusinessName}(data) { + return request({ + url: '/${moduleName}/${businessName}', + method: 'post', + data: data + }) +} + +// 修改${functionName} +export function update${BusinessName}(data) { + return request({ + url: '/${moduleName}/${businessName}', + method: 'put', + data: data + }) +} + +// 删除${functionName} +export function del${BusinessName}(${pkColumn.javaField}) { + return request({ + url: '/${moduleName}/${businessName}/' + ${pkColumn.javaField}, + method: 'delete' + }) +} diff --git a/zhyc-generator/target/classes/vm/sql/sql.vm b/zhyc-generator/target/classes/vm/sql/sql.vm new file mode 100644 index 0000000..0575583 --- /dev/null +++ b/zhyc-generator/target/classes/vm/sql/sql.vm @@ -0,0 +1,22 @@ +-- 菜单 SQL +insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) +values('${functionName}', '${parentMenuId}', '1', '${businessName}', '${moduleName}/${businessName}/index', 1, 0, 'C', '0', '0', '${permissionPrefix}:list', '#', 'admin', sysdate(), '', null, '${functionName}菜单'); + +-- 按钮父菜单ID +SELECT @parentId := LAST_INSERT_ID(); + +-- 按钮 SQL +insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) +values('${functionName}查询', @parentId, '1', '#', '', 1, 0, 'F', '0', '0', '${permissionPrefix}:query', '#', 'admin', sysdate(), '', null, ''); + +insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) +values('${functionName}新增', @parentId, '2', '#', '', 1, 0, 'F', '0', '0', '${permissionPrefix}:add', '#', 'admin', sysdate(), '', null, ''); + +insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) +values('${functionName}修改', @parentId, '3', '#', '', 1, 0, 'F', '0', '0', '${permissionPrefix}:edit', '#', 'admin', sysdate(), '', null, ''); + +insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) +values('${functionName}删除', @parentId, '4', '#', '', 1, 0, 'F', '0', '0', '${permissionPrefix}:remove', '#', 'admin', sysdate(), '', null, ''); + +insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) +values('${functionName}导出', @parentId, '5', '#', '', 1, 0, 'F', '0', '0', '${permissionPrefix}:export', '#', 'admin', sysdate(), '', null, ''); \ No newline at end of file diff --git a/zhyc-generator/target/classes/vm/vue/index-tree.vue.vm b/zhyc-generator/target/classes/vm/vue/index-tree.vue.vm new file mode 100644 index 0000000..4e35fc9 --- /dev/null +++ b/zhyc-generator/target/classes/vm/vue/index-tree.vue.vm @@ -0,0 +1,505 @@ + + + diff --git a/zhyc-generator/target/classes/vm/vue/index.vue.vm b/zhyc-generator/target/classes/vm/vue/index.vue.vm new file mode 100644 index 0000000..04ebe16 --- /dev/null +++ b/zhyc-generator/target/classes/vm/vue/index.vue.vm @@ -0,0 +1,602 @@ + + + diff --git a/zhyc-generator/target/classes/vm/vue/v3/index-tree.vue.vm b/zhyc-generator/target/classes/vm/vue/v3/index-tree.vue.vm new file mode 100644 index 0000000..765a5e3 --- /dev/null +++ b/zhyc-generator/target/classes/vm/vue/v3/index-tree.vue.vm @@ -0,0 +1,474 @@ + + + diff --git a/zhyc-generator/target/classes/vm/vue/v3/index.vue.vm b/zhyc-generator/target/classes/vm/vue/v3/index.vue.vm new file mode 100644 index 0000000..936b465 --- /dev/null +++ b/zhyc-generator/target/classes/vm/vue/v3/index.vue.vm @@ -0,0 +1,590 @@ + + + diff --git a/zhyc-generator/target/classes/vm/xml/mapper.xml.vm b/zhyc-generator/target/classes/vm/xml/mapper.xml.vm new file mode 100644 index 0000000..456755b --- /dev/null +++ b/zhyc-generator/target/classes/vm/xml/mapper.xml.vm @@ -0,0 +1,140 @@ + + + + + +#foreach ($column in $columns) + +#end + +#if($table.sub) + + + + + + +#foreach ($column in $subTable.columns) + +#end + +#end + + + select#foreach($column in $columns) $column.columnName#if($foreach.count != $columns.size()),#end#end from ${tableName} + + + + + +#if($table.sub) + + +#end + + + insert into ${tableName} + +#foreach($column in $columns) +#if($column.columnName != $pkColumn.columnName || !$pkColumn.increment) + $column.columnName, +#end +#end + + +#foreach($column in $columns) +#if($column.columnName != $pkColumn.columnName || !$pkColumn.increment) + #{$column.javaField}, +#end +#end + + + + + update ${tableName} + +#foreach($column in $columns) +#if($column.columnName != $pkColumn.columnName) + $column.columnName = #{$column.javaField}, +#end +#end + + where ${pkColumn.columnName} = #{${pkColumn.javaField}} + + + + delete from ${tableName} where ${pkColumn.columnName} = #{${pkColumn.javaField}} + + + + delete from ${tableName} where ${pkColumn.columnName} in + + #{${pkColumn.javaField}} + + +#if($table.sub) + + + delete from ${subTableName} where ${subTableFkName} in + + #{${subTableFkclassName}} + + + + + delete from ${subTableName} where ${subTableFkName} = #{${subTableFkclassName}} + + + + insert into ${subTableName}(#foreach($column in $subTable.columns) $column.columnName#if($foreach.count != $subTable.columns.size()),#end#end) values + + (#foreach($column in $subTable.columns) #{item.$column.javaField}#if($foreach.count != $subTable.columns.size()),#end#end) + + +#end + \ No newline at end of file diff --git a/zhyc-generator/target/maven-archiver/pom.properties b/zhyc-generator/target/maven-archiver/pom.properties new file mode 100644 index 0000000..601c69c --- /dev/null +++ b/zhyc-generator/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=zhyc-generator +groupId=zhyc +version=3.8.9 diff --git a/zhyc-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/zhyc-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..eeb4d3d --- /dev/null +++ b/zhyc-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,13 @@ +com\zhyc\generator\domain\GenTableColumn.class +com\zhyc\generator\mapper\GenTableColumnMapper.class +com\zhyc\generator\util\VelocityInitializer.class +com\zhyc\generator\config\GenConfig.class +com\zhyc\generator\mapper\GenTableMapper.class +com\zhyc\generator\domain\GenTable.class +com\zhyc\generator\controller\GenController.class +com\zhyc\generator\service\GenTableColumnServiceImpl.class +com\zhyc\generator\service\GenTableServiceImpl.class +com\zhyc\generator\service\IGenTableService.class +com\zhyc\generator\service\IGenTableColumnService.class +com\zhyc\generator\util\VelocityUtils.class +com\zhyc\generator\util\GenUtils.class diff --git a/zhyc-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/zhyc-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..296bd7b --- /dev/null +++ b/zhyc-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,13 @@ +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\domain\GenTable.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\service\IGenTableService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\service\GenTableServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\util\GenUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\util\VelocityInitializer.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\config\GenConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\mapper\GenTableMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\util\VelocityUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\domain\GenTableColumn.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\mapper\GenTableColumnMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\controller\GenController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\service\IGenTableColumnService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-generator\src\main\java\com\zhyc\generator\service\GenTableColumnServiceImpl.java diff --git a/zhyc-generator/target/zhyc-generator-3.8.9.jar b/zhyc-generator/target/zhyc-generator-3.8.9.jar new file mode 100644 index 0000000..a3974fb Binary files /dev/null and b/zhyc-generator/target/zhyc-generator-3.8.9.jar differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/controller/SysJobController.class b/zhyc-quartz/target/classes/com/zhyc/quartz/controller/SysJobController.class new file mode 100644 index 0000000..d64fca4 Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/controller/SysJobController.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/controller/SysJobLogController.class b/zhyc-quartz/target/classes/com/zhyc/quartz/controller/SysJobLogController.class new file mode 100644 index 0000000..7e780c4 Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/controller/SysJobLogController.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/domain/SysJob.class b/zhyc-quartz/target/classes/com/zhyc/quartz/domain/SysJob.class new file mode 100644 index 0000000..48fbb30 Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/domain/SysJob.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/domain/SysJobLog.class b/zhyc-quartz/target/classes/com/zhyc/quartz/domain/SysJobLog.class new file mode 100644 index 0000000..75f7385 Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/domain/SysJobLog.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/mapper/SysJobLogMapper.class b/zhyc-quartz/target/classes/com/zhyc/quartz/mapper/SysJobLogMapper.class new file mode 100644 index 0000000..8eb9a8b Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/mapper/SysJobLogMapper.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/mapper/SysJobMapper.class b/zhyc-quartz/target/classes/com/zhyc/quartz/mapper/SysJobMapper.class new file mode 100644 index 0000000..2ea6722 Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/mapper/SysJobMapper.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/service/ISysJobLogService.class b/zhyc-quartz/target/classes/com/zhyc/quartz/service/ISysJobLogService.class new file mode 100644 index 0000000..a1ff0ff Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/service/ISysJobLogService.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/service/ISysJobService.class b/zhyc-quartz/target/classes/com/zhyc/quartz/service/ISysJobService.class new file mode 100644 index 0000000..824f9ad Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/service/ISysJobService.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/service/impl/SysJobLogServiceImpl.class b/zhyc-quartz/target/classes/com/zhyc/quartz/service/impl/SysJobLogServiceImpl.class new file mode 100644 index 0000000..baee10d Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/service/impl/SysJobLogServiceImpl.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/service/impl/SysJobServiceImpl.class b/zhyc-quartz/target/classes/com/zhyc/quartz/service/impl/SysJobServiceImpl.class new file mode 100644 index 0000000..2ba69e5 Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/service/impl/SysJobServiceImpl.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/task/RyTask.class b/zhyc-quartz/target/classes/com/zhyc/quartz/task/RyTask.class new file mode 100644 index 0000000..db7f94c Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/task/RyTask.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/util/AbstractQuartzJob.class b/zhyc-quartz/target/classes/com/zhyc/quartz/util/AbstractQuartzJob.class new file mode 100644 index 0000000..4259712 Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/util/AbstractQuartzJob.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/util/CronUtils.class b/zhyc-quartz/target/classes/com/zhyc/quartz/util/CronUtils.class new file mode 100644 index 0000000..216cc54 Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/util/CronUtils.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/util/JobInvokeUtil.class b/zhyc-quartz/target/classes/com/zhyc/quartz/util/JobInvokeUtil.class new file mode 100644 index 0000000..1a5bd4d Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/util/JobInvokeUtil.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/util/QuartzDisallowConcurrentExecution.class b/zhyc-quartz/target/classes/com/zhyc/quartz/util/QuartzDisallowConcurrentExecution.class new file mode 100644 index 0000000..7173a86 Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/util/QuartzDisallowConcurrentExecution.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/util/QuartzJobExecution.class b/zhyc-quartz/target/classes/com/zhyc/quartz/util/QuartzJobExecution.class new file mode 100644 index 0000000..b2e5efe Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/util/QuartzJobExecution.class differ diff --git a/zhyc-quartz/target/classes/com/zhyc/quartz/util/ScheduleUtils.class b/zhyc-quartz/target/classes/com/zhyc/quartz/util/ScheduleUtils.class new file mode 100644 index 0000000..871a08f Binary files /dev/null and b/zhyc-quartz/target/classes/com/zhyc/quartz/util/ScheduleUtils.class differ diff --git a/zhyc-quartz/target/classes/mapper/quartz/SysJobLogMapper.xml b/zhyc-quartz/target/classes/mapper/quartz/SysJobLogMapper.xml new file mode 100644 index 0000000..4432036 --- /dev/null +++ b/zhyc-quartz/target/classes/mapper/quartz/SysJobLogMapper.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + select job_log_id, job_name, job_group, invoke_target, job_message, status, exception_info, create_time + from sys_job_log + + + + + + + + + + delete from sys_job_log where job_log_id = #{jobLogId} + + + + delete from sys_job_log where job_log_id in + + #{jobLogId} + + + + + truncate table sys_job_log + + + + insert into sys_job_log( + job_log_id, + job_name, + job_group, + invoke_target, + job_message, + status, + exception_info, + create_time + )values( + #{jobLogId}, + #{jobName}, + #{jobGroup}, + #{invokeTarget}, + #{jobMessage}, + #{status}, + #{exceptionInfo}, + sysdate() + ) + + + \ No newline at end of file diff --git a/zhyc-quartz/target/classes/mapper/quartz/SysJobMapper.xml b/zhyc-quartz/target/classes/mapper/quartz/SysJobMapper.xml new file mode 100644 index 0000000..796beb0 --- /dev/null +++ b/zhyc-quartz/target/classes/mapper/quartz/SysJobMapper.xml @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + select job_id, job_name, job_group, invoke_target, cron_expression, misfire_policy, concurrent, status, create_by, create_time, remark + from sys_job + + + + + + + + + + delete from sys_job where job_id = #{jobId} + + + + delete from sys_job where job_id in + + #{jobId} + + + + + update sys_job + + job_name = #{jobName}, + job_group = #{jobGroup}, + invoke_target = #{invokeTarget}, + cron_expression = #{cronExpression}, + misfire_policy = #{misfirePolicy}, + concurrent = #{concurrent}, + status = #{status}, + remark = #{remark}, + update_by = #{updateBy}, + update_time = sysdate() + + where job_id = #{jobId} + + + + insert into sys_job( + job_id, + job_name, + job_group, + invoke_target, + cron_expression, + misfire_policy, + concurrent, + status, + remark, + create_by, + create_time + )values( + #{jobId}, + #{jobName}, + #{jobGroup}, + #{invokeTarget}, + #{cronExpression}, + #{misfirePolicy}, + #{concurrent}, + #{status}, + #{remark}, + #{createBy}, + sysdate() + ) + + + \ No newline at end of file diff --git a/zhyc-quartz/target/maven-archiver/pom.properties b/zhyc-quartz/target/maven-archiver/pom.properties new file mode 100644 index 0000000..9e9ae7a --- /dev/null +++ b/zhyc-quartz/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=zhyc-quartz +groupId=zhyc +version=3.8.9 diff --git a/zhyc-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/zhyc-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..11d9759 --- /dev/null +++ b/zhyc-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,17 @@ +com\zhyc\quartz\mapper\SysJobMapper.class +com\zhyc\quartz\service\ISysJobService.class +com\zhyc\quartz\domain\SysJob.class +com\zhyc\quartz\service\impl\SysJobLogServiceImpl.class +com\zhyc\quartz\util\QuartzJobExecution.class +com\zhyc\quartz\mapper\SysJobLogMapper.class +com\zhyc\quartz\controller\SysJobLogController.class +com\zhyc\quartz\service\ISysJobLogService.class +com\zhyc\quartz\task\RyTask.class +com\zhyc\quartz\util\AbstractQuartzJob.class +com\zhyc\quartz\util\JobInvokeUtil.class +com\zhyc\quartz\service\impl\SysJobServiceImpl.class +com\zhyc\quartz\controller\SysJobController.class +com\zhyc\quartz\util\ScheduleUtils.class +com\zhyc\quartz\util\QuartzDisallowConcurrentExecution.class +com\zhyc\quartz\domain\SysJobLog.class +com\zhyc\quartz\util\CronUtils.class diff --git a/zhyc-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/zhyc-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..1268ac7 --- /dev/null +++ b/zhyc-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,18 @@ +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\config\ScheduleConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\service\impl\SysJobLogServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\util\CronUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\util\JobInvokeUtil.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\mapper\SysJobLogMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\controller\SysJobLogController.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\util\QuartzDisallowConcurrentExecution.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\util\ScheduleUtils.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\domain\SysJob.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\domain\SysJobLog.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\service\impl\SysJobServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\service\ISysJobLogService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\task\RyTask.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\mapper\SysJobMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\util\AbstractQuartzJob.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\util\QuartzJobExecution.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\service\ISysJobService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-quartz\src\main\java\com\zhyc\quartz\controller\SysJobController.java diff --git a/zhyc-quartz/target/zhyc-quartz-3.8.9.jar b/zhyc-quartz/target/zhyc-quartz-3.8.9.jar new file mode 100644 index 0000000..5cce816 Binary files /dev/null and b/zhyc-quartz/target/zhyc-quartz-3.8.9.jar differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/SysCache.class b/zhyc-system/target/classes/com/zhyc/system/domain/SysCache.class new file mode 100644 index 0000000..f021bd6 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/SysCache.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/SysConfig.class b/zhyc-system/target/classes/com/zhyc/system/domain/SysConfig.class new file mode 100644 index 0000000..8bd6201 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/SysConfig.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/SysLogininfor.class b/zhyc-system/target/classes/com/zhyc/system/domain/SysLogininfor.class new file mode 100644 index 0000000..b5fe507 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/SysLogininfor.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/SysNotice.class b/zhyc-system/target/classes/com/zhyc/system/domain/SysNotice.class new file mode 100644 index 0000000..b714f1a Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/SysNotice.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/SysOperLog.class b/zhyc-system/target/classes/com/zhyc/system/domain/SysOperLog.class new file mode 100644 index 0000000..d000a87 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/SysOperLog.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/SysPost.class b/zhyc-system/target/classes/com/zhyc/system/domain/SysPost.class new file mode 100644 index 0000000..523ca41 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/SysPost.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/SysRoleDept.class b/zhyc-system/target/classes/com/zhyc/system/domain/SysRoleDept.class new file mode 100644 index 0000000..18cea3b Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/SysRoleDept.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/SysRoleMenu.class b/zhyc-system/target/classes/com/zhyc/system/domain/SysRoleMenu.class new file mode 100644 index 0000000..457793a Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/SysRoleMenu.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/SysUserOnline.class b/zhyc-system/target/classes/com/zhyc/system/domain/SysUserOnline.class new file mode 100644 index 0000000..c5309f4 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/SysUserOnline.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/SysUserPost.class b/zhyc-system/target/classes/com/zhyc/system/domain/SysUserPost.class new file mode 100644 index 0000000..df057c0 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/SysUserPost.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/SysUserRole.class b/zhyc-system/target/classes/com/zhyc/system/domain/SysUserRole.class new file mode 100644 index 0000000..53c0914 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/SysUserRole.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/vo/MetaVo.class b/zhyc-system/target/classes/com/zhyc/system/domain/vo/MetaVo.class new file mode 100644 index 0000000..a8fb1f5 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/vo/MetaVo.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/domain/vo/RouterVo.class b/zhyc-system/target/classes/com/zhyc/system/domain/vo/RouterVo.class new file mode 100644 index 0000000..e88842d Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/domain/vo/RouterVo.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysConfigMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysConfigMapper.class new file mode 100644 index 0000000..7a7c028 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysConfigMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysDeptMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysDeptMapper.class new file mode 100644 index 0000000..bc8d108 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysDeptMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysDictDataMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysDictDataMapper.class new file mode 100644 index 0000000..2e66e32 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysDictDataMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysDictTypeMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysDictTypeMapper.class new file mode 100644 index 0000000..aff40ed Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysDictTypeMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysLogininforMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysLogininforMapper.class new file mode 100644 index 0000000..163a073 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysLogininforMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysMenuMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysMenuMapper.class new file mode 100644 index 0000000..601d073 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysMenuMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysNoticeMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysNoticeMapper.class new file mode 100644 index 0000000..7aa56bc Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysNoticeMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysOperLogMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysOperLogMapper.class new file mode 100644 index 0000000..999f267 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysOperLogMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysPostMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysPostMapper.class new file mode 100644 index 0000000..5abdd90 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysPostMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysRoleDeptMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysRoleDeptMapper.class new file mode 100644 index 0000000..b20c273 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysRoleDeptMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysRoleMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysRoleMapper.class new file mode 100644 index 0000000..2a5f20b Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysRoleMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysRoleMenuMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysRoleMenuMapper.class new file mode 100644 index 0000000..401c66a Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysRoleMenuMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysUserMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysUserMapper.class new file mode 100644 index 0000000..ddb02ab Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysUserMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysUserPostMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysUserPostMapper.class new file mode 100644 index 0000000..743c2eb Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysUserPostMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/mapper/SysUserRoleMapper.class b/zhyc-system/target/classes/com/zhyc/system/mapper/SysUserRoleMapper.class new file mode 100644 index 0000000..19a2a35 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/mapper/SysUserRoleMapper.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/ISysConfigService.class b/zhyc-system/target/classes/com/zhyc/system/service/ISysConfigService.class new file mode 100644 index 0000000..5964d1c Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/ISysConfigService.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/ISysDeptService.class b/zhyc-system/target/classes/com/zhyc/system/service/ISysDeptService.class new file mode 100644 index 0000000..edf1f70 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/ISysDeptService.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/ISysDictDataService.class b/zhyc-system/target/classes/com/zhyc/system/service/ISysDictDataService.class new file mode 100644 index 0000000..feb9821 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/ISysDictDataService.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/ISysDictTypeService.class b/zhyc-system/target/classes/com/zhyc/system/service/ISysDictTypeService.class new file mode 100644 index 0000000..34701f3 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/ISysDictTypeService.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/ISysLogininforService.class b/zhyc-system/target/classes/com/zhyc/system/service/ISysLogininforService.class new file mode 100644 index 0000000..96aff8d Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/ISysLogininforService.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/ISysMenuService.class b/zhyc-system/target/classes/com/zhyc/system/service/ISysMenuService.class new file mode 100644 index 0000000..789c444 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/ISysMenuService.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/ISysNoticeService.class b/zhyc-system/target/classes/com/zhyc/system/service/ISysNoticeService.class new file mode 100644 index 0000000..de5c194 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/ISysNoticeService.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/ISysOperLogService.class b/zhyc-system/target/classes/com/zhyc/system/service/ISysOperLogService.class new file mode 100644 index 0000000..63cbcf6 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/ISysOperLogService.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/ISysPostService.class b/zhyc-system/target/classes/com/zhyc/system/service/ISysPostService.class new file mode 100644 index 0000000..2ea4199 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/ISysPostService.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/ISysRoleService.class b/zhyc-system/target/classes/com/zhyc/system/service/ISysRoleService.class new file mode 100644 index 0000000..b43576e Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/ISysRoleService.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/ISysUserOnlineService.class b/zhyc-system/target/classes/com/zhyc/system/service/ISysUserOnlineService.class new file mode 100644 index 0000000..3280f36 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/ISysUserOnlineService.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/ISysUserService.class b/zhyc-system/target/classes/com/zhyc/system/service/ISysUserService.class new file mode 100644 index 0000000..42dc3f5 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/ISysUserService.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/impl/SysConfigServiceImpl.class b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysConfigServiceImpl.class new file mode 100644 index 0000000..eda7d8f Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysConfigServiceImpl.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/impl/SysDeptServiceImpl.class b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysDeptServiceImpl.class new file mode 100644 index 0000000..db571b9 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysDeptServiceImpl.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/impl/SysDictDataServiceImpl.class b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysDictDataServiceImpl.class new file mode 100644 index 0000000..a0b9132 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysDictDataServiceImpl.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/impl/SysDictTypeServiceImpl.class b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysDictTypeServiceImpl.class new file mode 100644 index 0000000..c1aacee Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysDictTypeServiceImpl.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/impl/SysLogininforServiceImpl.class b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysLogininforServiceImpl.class new file mode 100644 index 0000000..96cbbd3 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysLogininforServiceImpl.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/impl/SysMenuServiceImpl.class b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysMenuServiceImpl.class new file mode 100644 index 0000000..7bf25c9 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysMenuServiceImpl.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/impl/SysNoticeServiceImpl.class b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysNoticeServiceImpl.class new file mode 100644 index 0000000..2750807 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysNoticeServiceImpl.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/impl/SysOperLogServiceImpl.class b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysOperLogServiceImpl.class new file mode 100644 index 0000000..ce1451c Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysOperLogServiceImpl.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/impl/SysPostServiceImpl.class b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysPostServiceImpl.class new file mode 100644 index 0000000..1cd411f Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysPostServiceImpl.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/impl/SysRoleServiceImpl.class b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysRoleServiceImpl.class new file mode 100644 index 0000000..00269f3 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysRoleServiceImpl.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/impl/SysUserOnlineServiceImpl.class b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysUserOnlineServiceImpl.class new file mode 100644 index 0000000..4431fc6 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysUserOnlineServiceImpl.class differ diff --git a/zhyc-system/target/classes/com/zhyc/system/service/impl/SysUserServiceImpl.class b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysUserServiceImpl.class new file mode 100644 index 0000000..ba6e309 Binary files /dev/null and b/zhyc-system/target/classes/com/zhyc/system/service/impl/SysUserServiceImpl.class differ diff --git a/zhyc-system/target/classes/mapper/system/ScAddSheepMapper.xml b/zhyc-system/target/classes/mapper/system/ScAddSheepMapper.xml new file mode 100644 index 0000000..a88c05d --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/ScAddSheepMapper.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + insert into sys_logininfor (user_name, status, ipaddr, login_location, browser, os, msg, login_time) + values (#{userName}, #{status}, #{ipaddr}, #{loginLocation}, #{browser}, #{os}, #{msg}, sysdate()) + + + + + + delete from sys_logininfor where info_id in + + #{infoId} + + + + + truncate table sys_logininfor + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysConfigMapper.xml b/zhyc-system/target/classes/mapper/system/SysConfigMapper.xml new file mode 100644 index 0000000..4537d37 --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysConfigMapper.xml @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + select config_id, config_name, config_key, config_value, config_type, create_by, create_time, update_by, update_time, remark + from sys_config + + + + + + + and config_id = #{configId} + + + and config_key = #{configKey} + + + + + + + + + + + + + + insert into sys_config ( + config_name, + config_key, + config_value, + config_type, + create_by, + remark, + create_time + )values( + #{configName}, + #{configKey}, + #{configValue}, + #{configType}, + #{createBy}, + #{remark}, + sysdate() + ) + + + + update sys_config + + config_name = #{configName}, + config_key = #{configKey}, + config_value = #{configValue}, + config_type = #{configType}, + update_by = #{updateBy}, + remark = #{remark}, + update_time = sysdate() + + where config_id = #{configId} + + + + delete from sys_config where config_id = #{configId} + + + + delete from sys_config where config_id in + + #{configId} + + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysDeptMapper.xml b/zhyc-system/target/classes/mapper/system/SysDeptMapper.xml new file mode 100644 index 0000000..5f1817c --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysDeptMapper.xml @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + select d.dept_id, d.parent_id, d.ancestors, d.dept_name, d.order_num, d.leader, d.phone, d.email, d.status, d.del_flag, d.create_by, d.create_time + from sys_dept d + + + + + + + + + + + + + + + + + + + + insert into sys_dept( + dept_id, + parent_id, + dept_name, + ancestors, + order_num, + leader, + phone, + email, + status, + create_by, + create_time + )values( + #{deptId}, + #{parentId}, + #{deptName}, + #{ancestors}, + #{orderNum}, + #{leader}, + #{phone}, + #{email}, + #{status}, + #{createBy}, + sysdate() + ) + + + + update sys_dept + + parent_id = #{parentId}, + dept_name = #{deptName}, + ancestors = #{ancestors}, + order_num = #{orderNum}, + leader = #{leader}, + phone = #{phone}, + email = #{email}, + status = #{status}, + update_by = #{updateBy}, + update_time = sysdate() + + where dept_id = #{deptId} + + + + update sys_dept set ancestors = + + when #{item.deptId} then #{item.ancestors} + + where dept_id in + + #{item.deptId} + + + + + update sys_dept set status = '0' where dept_id in + + #{deptId} + + + + + update sys_dept set del_flag = '2' where dept_id = #{deptId} + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysDictDataMapper.xml b/zhyc-system/target/classes/mapper/system/SysDictDataMapper.xml new file mode 100644 index 0000000..dd45589 --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysDictDataMapper.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + select dict_code, dict_sort, dict_label, dict_value, dict_type, css_class, list_class, is_default, status, create_by, create_time, remark + from sys_dict_data + + + + + + + + + + + + + + delete from sys_dict_data where dict_code = #{dictCode} + + + + delete from sys_dict_data where dict_code in + + #{dictCode} + + + + + update sys_dict_data + + dict_sort = #{dictSort}, + dict_label = #{dictLabel}, + dict_value = #{dictValue}, + dict_type = #{dictType}, + css_class = #{cssClass}, + list_class = #{listClass}, + is_default = #{isDefault}, + status = #{status}, + remark = #{remark}, + update_by = #{updateBy}, + update_time = sysdate() + + where dict_code = #{dictCode} + + + + update sys_dict_data set dict_type = #{newDictType} where dict_type = #{oldDictType} + + + + insert into sys_dict_data( + dict_sort, + dict_label, + dict_value, + dict_type, + css_class, + list_class, + is_default, + status, + remark, + create_by, + create_time + )values( + #{dictSort}, + #{dictLabel}, + #{dictValue}, + #{dictType}, + #{cssClass}, + #{listClass}, + #{isDefault}, + #{status}, + #{remark}, + #{createBy}, + sysdate() + ) + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysDictTypeMapper.xml b/zhyc-system/target/classes/mapper/system/SysDictTypeMapper.xml new file mode 100644 index 0000000..4b21f23 --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysDictTypeMapper.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + select dict_id, dict_name, dict_type, status, create_by, create_time, remark + from sys_dict_type + + + + + + + + + + + + + + delete from sys_dict_type where dict_id = #{dictId} + + + + delete from sys_dict_type where dict_id in + + #{dictId} + + + + + update sys_dict_type + + dict_name = #{dictName}, + dict_type = #{dictType}, + status = #{status}, + remark = #{remark}, + update_by = #{updateBy}, + update_time = sysdate() + + where dict_id = #{dictId} + + + + insert into sys_dict_type( + dict_name, + dict_type, + status, + remark, + create_by, + create_time + )values( + #{dictName}, + #{dictType}, + #{status}, + #{remark}, + #{createBy}, + sysdate() + ) + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysMenuMapper.xml b/zhyc-system/target/classes/mapper/system/SysMenuMapper.xml new file mode 100644 index 0000000..3925e15 --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysMenuMapper.xml @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + select menu_id, menu_name, parent_id, order_num, path, component, `query`, route_name, is_frame, is_cache, menu_type, visible, status, ifnull(perms,'') as perms, icon, create_time + from sys_menu + + + + + + + + + + + + + + + + + + + + + + + + + + update sys_menu + + menu_name = #{menuName}, + parent_id = #{parentId}, + order_num = #{orderNum}, + path = #{path}, + component = #{component}, + `query` = #{query}, + route_name = #{routeName}, + is_frame = #{isFrame}, + is_cache = #{isCache}, + menu_type = #{menuType}, + visible = #{visible}, + status = #{status}, + perms = #{perms}, + icon = #{icon}, + remark = #{remark}, + update_by = #{updateBy}, + update_time = sysdate() + + where menu_id = #{menuId} + + + + insert into sys_menu( + menu_id, + parent_id, + menu_name, + order_num, + path, + component, + `query`, + route_name, + is_frame, + is_cache, + menu_type, + visible, + status, + perms, + icon, + remark, + create_by, + create_time + )values( + #{menuId}, + #{parentId}, + #{menuName}, + #{orderNum}, + #{path}, + #{component}, + #{query}, + #{routeName}, + #{isFrame}, + #{isCache}, + #{menuType}, + #{visible}, + #{status}, + #{perms}, + #{icon}, + #{remark}, + #{createBy}, + sysdate() + ) + + + + delete from sys_menu where menu_id = #{menuId} + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysNoticeMapper.xml b/zhyc-system/target/classes/mapper/system/SysNoticeMapper.xml new file mode 100644 index 0000000..d3c7db8 --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysNoticeMapper.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + select notice_id, notice_title, notice_type, cast(notice_content as char) as notice_content, status, create_by, create_time, update_by, update_time, remark + from sys_notice + + + + + + + + insert into sys_notice ( + notice_title, + notice_type, + notice_content, + status, + remark, + create_by, + create_time + )values( + #{noticeTitle}, + #{noticeType}, + #{noticeContent}, + #{status}, + #{remark}, + #{createBy}, + sysdate() + ) + + + + update sys_notice + + notice_title = #{noticeTitle}, + notice_type = #{noticeType}, + notice_content = #{noticeContent}, + status = #{status}, + update_by = #{updateBy}, + update_time = sysdate() + + where notice_id = #{noticeId} + + + + delete from sys_notice where notice_id = #{noticeId} + + + + delete from sys_notice where notice_id in + + #{noticeId} + + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysOperLogMapper.xml b/zhyc-system/target/classes/mapper/system/SysOperLogMapper.xml new file mode 100644 index 0000000..577f181 --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysOperLogMapper.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + select oper_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time + from sys_oper_log + + + + insert into sys_oper_log(title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, cost_time, oper_time) + values (#{title}, #{businessType}, #{method}, #{requestMethod}, #{operatorType}, #{operName}, #{deptName}, #{operUrl}, #{operIp}, #{operLocation}, #{operParam}, #{jsonResult}, #{status}, #{errorMsg}, #{costTime}, sysdate()) + + + + + + delete from sys_oper_log where oper_id in + + #{operId} + + + + + + + truncate table sys_oper_log + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysPostMapper.xml b/zhyc-system/target/classes/mapper/system/SysPostMapper.xml new file mode 100644 index 0000000..5302a2f --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysPostMapper.xml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + select post_id, post_code, post_name, post_sort, status, create_by, create_time, remark + from sys_post + + + + + + + + + + + + + + + + + + update sys_post + + post_code = #{postCode}, + post_name = #{postName}, + post_sort = #{postSort}, + status = #{status}, + remark = #{remark}, + update_by = #{updateBy}, + update_time = sysdate() + + where post_id = #{postId} + + + + insert into sys_post( + post_id, + post_code, + post_name, + post_sort, + status, + remark, + create_by, + create_time + )values( + #{postId}, + #{postCode}, + #{postName}, + #{postSort}, + #{status}, + #{remark}, + #{createBy}, + sysdate() + ) + + + + delete from sys_post where post_id = #{postId} + + + + delete from sys_post where post_id in + + #{postId} + + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysRoleDeptMapper.xml b/zhyc-system/target/classes/mapper/system/SysRoleDeptMapper.xml new file mode 100644 index 0000000..22d3633 --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysRoleDeptMapper.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + delete from sys_role_dept where role_id=#{roleId} + + + + + + delete from sys_role_dept where role_id in + + #{roleId} + + + + + insert into sys_role_dept(role_id, dept_id) values + + (#{item.roleId},#{item.deptId}) + + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysRoleMapper.xml b/zhyc-system/target/classes/mapper/system/SysRoleMapper.xml new file mode 100644 index 0000000..dd951a0 --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysRoleMapper.xml @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + select distinct r.role_id, r.role_name, r.role_key, r.role_sort, r.data_scope, r.menu_check_strictly, r.dept_check_strictly, + r.status, r.del_flag, r.create_time, r.remark + from sys_role r + left join sys_user_role ur on ur.role_id = r.role_id + left join sys_user u on u.user_id = ur.user_id + left join sys_dept d on u.dept_id = d.dept_id + + + + + + + + + + + + + + + + + + + + insert into sys_role( + role_id, + role_name, + role_key, + role_sort, + data_scope, + menu_check_strictly, + dept_check_strictly, + status, + remark, + create_by, + create_time + )values( + #{roleId}, + #{roleName}, + #{roleKey}, + #{roleSort}, + #{dataScope}, + #{menuCheckStrictly}, + #{deptCheckStrictly}, + #{status}, + #{remark}, + #{createBy}, + sysdate() + ) + + + + update sys_role + + role_name = #{roleName}, + role_key = #{roleKey}, + role_sort = #{roleSort}, + data_scope = #{dataScope}, + menu_check_strictly = #{menuCheckStrictly}, + dept_check_strictly = #{deptCheckStrictly}, + status = #{status}, + remark = #{remark}, + update_by = #{updateBy}, + update_time = sysdate() + + where role_id = #{roleId} + + + + update sys_role set del_flag = '2' where role_id = #{roleId} + + + + update sys_role set del_flag = '2' where role_id in + + #{roleId} + + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysRoleMenuMapper.xml b/zhyc-system/target/classes/mapper/system/SysRoleMenuMapper.xml new file mode 100644 index 0000000..fb2a737 --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysRoleMenuMapper.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + delete from sys_role_menu where role_id=#{roleId} + + + + delete from sys_role_menu where role_id in + + #{roleId} + + + + + insert into sys_role_menu(role_id, menu_id) values + + (#{item.roleId},#{item.menuId}) + + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysUserMapper.xml b/zhyc-system/target/classes/mapper/system/SysUserMapper.xml new file mode 100644 index 0000000..ff396f0 --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysUserMapper.xml @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + select u.user_id, u.dept_id, u.user_name, u.nick_name, u.email, u.avatar, u.phonenumber, u.password, u.sex, u.status, u.del_flag, u.login_ip, u.login_date, u.create_by, u.create_time, u.remark, + d.dept_id, d.parent_id, d.ancestors, d.dept_name, d.order_num, d.leader, d.status as dept_status, + r.role_id, r.role_name, r.role_key, r.role_sort, r.data_scope, r.status as role_status + from sys_user u + left join sys_dept d on u.dept_id = d.dept_id + left join sys_user_role ur on u.user_id = ur.user_id + left join sys_role r on r.role_id = ur.role_id + + + + + + + + + + + + + + + + + + + + insert into sys_user( + user_id, + dept_id, + user_name, + nick_name, + email, + avatar, + phonenumber, + sex, + password, + status, + create_by, + remark, + create_time + )values( + #{userId}, + #{deptId}, + #{userName}, + #{nickName}, + #{email}, + #{avatar}, + #{phonenumber}, + #{sex}, + #{password}, + #{status}, + #{createBy}, + #{remark}, + sysdate() + ) + + + + update sys_user + + dept_id = #{deptId}, + nick_name = #{nickName}, + email = #{email}, + phonenumber = #{phonenumber}, + sex = #{sex}, + avatar = #{avatar}, + password = #{password}, + status = #{status}, + login_ip = #{loginIp}, + login_date = #{loginDate}, + update_by = #{updateBy}, + remark = #{remark}, + update_time = sysdate() + + where user_id = #{userId} + + + + update sys_user set status = #{status} where user_id = #{userId} + + + + update sys_user set avatar = #{avatar} where user_name = #{userName} + + + + update sys_user set password = #{password} where user_name = #{userName} + + + + update sys_user set del_flag = '2' where user_id = #{userId} + + + + update sys_user set del_flag = '2' where user_id in + + #{userId} + + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysUserPostMapper.xml b/zhyc-system/target/classes/mapper/system/SysUserPostMapper.xml new file mode 100644 index 0000000..569a4d1 --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysUserPostMapper.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + delete from sys_user_post where user_id=#{userId} + + + + + + delete from sys_user_post where user_id in + + #{userId} + + + + + insert into sys_user_post(user_id, post_id) values + + (#{item.userId},#{item.postId}) + + + + \ No newline at end of file diff --git a/zhyc-system/target/classes/mapper/system/SysUserRoleMapper.xml b/zhyc-system/target/classes/mapper/system/SysUserRoleMapper.xml new file mode 100644 index 0000000..8b7e303 --- /dev/null +++ b/zhyc-system/target/classes/mapper/system/SysUserRoleMapper.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + delete from sys_user_role where user_id=#{userId} + + + + + + delete from sys_user_role where user_id in + + #{userId} + + + + + insert into sys_user_role(user_id, role_id) values + + (#{item.userId},#{item.roleId}) + + + + + delete from sys_user_role where user_id=#{userId} and role_id=#{roleId} + + + + delete from sys_user_role where role_id=#{roleId} and user_id in + + #{userId} + + + \ No newline at end of file diff --git a/zhyc-system/target/maven-archiver/pom.properties b/zhyc-system/target/maven-archiver/pom.properties new file mode 100644 index 0000000..80f331c --- /dev/null +++ b/zhyc-system/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=zhyc-system +groupId=zhyc +version=3.8.9 diff --git a/zhyc-system/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/zhyc-system/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..840d3ee --- /dev/null +++ b/zhyc-system/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,52 @@ +com\zhyc\system\service\ISysMenuService.class +com\zhyc\system\domain\SysPost.class +com\zhyc\system\service\ISysLogininforService.class +com\zhyc\system\service\impl\SysOperLogServiceImpl.class +com\zhyc\system\service\impl\SysConfigServiceImpl.class +com\zhyc\system\mapper\SysUserPostMapper.class +com\zhyc\system\mapper\SysOperLogMapper.class +com\zhyc\system\service\impl\SysUserOnlineServiceImpl.class +com\zhyc\system\mapper\SysConfigMapper.class +com\zhyc\system\service\ISysDeptService.class +com\zhyc\system\service\impl\SysLogininforServiceImpl.class +com\zhyc\system\domain\vo\RouterVo.class +com\zhyc\system\domain\SysLogininfor.class +com\zhyc\system\domain\vo\MetaVo.class +com\zhyc\system\mapper\SysRoleMapper.class +com\zhyc\system\service\ISysConfigService.class +com\zhyc\system\service\impl\SysDeptServiceImpl.class +com\zhyc\system\domain\SysOperLog.class +com\zhyc\system\mapper\SysDeptMapper.class +com\zhyc\system\mapper\SysDictDataMapper.class +com\zhyc\system\mapper\SysMenuMapper.class +com\zhyc\system\mapper\SysRoleMenuMapper.class +com\zhyc\system\mapper\SysNoticeMapper.class +com\zhyc\system\mapper\SysRoleDeptMapper.class +com\zhyc\system\service\impl\SysDictTypeServiceImpl.class +com\zhyc\system\service\impl\SysRoleServiceImpl.class +com\zhyc\system\domain\SysRoleDept.class +com\zhyc\system\service\ISysDictDataService.class +com\zhyc\system\mapper\SysUserMapper.class +com\zhyc\system\mapper\SysPostMapper.class +com\zhyc\system\domain\SysUserPost.class +com\zhyc\system\service\impl\SysPostServiceImpl.class +com\zhyc\system\service\ISysUserOnlineService.class +com\zhyc\system\domain\SysUserRole.class +com\zhyc\system\service\impl\SysMenuServiceImpl.class +com\zhyc\system\service\impl\SysUserServiceImpl.class +com\zhyc\system\service\ISysRoleService.class +com\zhyc\system\service\ISysPostService.class +com\zhyc\system\domain\SysConfig.class +com\zhyc\system\domain\SysNotice.class +com\zhyc\system\mapper\SysLogininforMapper.class +com\zhyc\system\mapper\SysUserRoleMapper.class +com\zhyc\system\service\ISysOperLogService.class +com\zhyc\system\service\impl\SysNoticeServiceImpl.class +com\zhyc\system\domain\SysUserOnline.class +com\zhyc\system\mapper\SysDictTypeMapper.class +com\zhyc\system\service\ISysDictTypeService.class +com\zhyc\system\service\ISysUserService.class +com\zhyc\system\domain\SysRoleMenu.class +com\zhyc\system\service\ISysNoticeService.class +com\zhyc\system\domain\SysCache.class +com\zhyc\system\service\impl\SysDictDataServiceImpl.class diff --git a/zhyc-system/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/zhyc-system/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..f5c5c2c --- /dev/null +++ b/zhyc-system/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,52 @@ +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysPostMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\impl\SysLogininforServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\ISysDeptService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysMenuMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\impl\SysMenuServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysUserPostMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\SysRoleMenu.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\impl\SysUserOnlineServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\impl\SysNoticeServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysRoleMenuMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\ISysDictTypeService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysConfigMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\SysCache.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\vo\MetaVo.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\SysPost.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\SysRoleDept.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\impl\SysPostServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\ISysPostService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\ISysOperLogService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\ISysUserOnlineService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\SysOperLog.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysOperLogMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysDictTypeMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\SysUserOnline.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\SysLogininfor.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysUserMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\ISysLogininforService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysNoticeMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\ISysNoticeService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\ISysDictDataService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysLogininforMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\ISysRoleService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysDictDataMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\ISysConfigService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysRoleDeptMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysRoleMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\ISysMenuService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\impl\SysOperLogServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\SysNotice.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysUserRoleMapper.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\vo\RouterVo.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\SysUserRole.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\impl\SysDictDataServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\impl\SysRoleServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\impl\SysDictTypeServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\SysConfig.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\impl\SysConfigServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\domain\SysUserPost.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\impl\SysUserServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\impl\SysDeptServiceImpl.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\service\ISysUserService.java +C:\Users\漂泊\Desktop\智慧羊场\zhyc-sheep\zhyc-system\src\main\java\com\zhyc\system\mapper\SysDeptMapper.java diff --git a/zhyc-system/target/zhyc-system-3.8.9.jar b/zhyc-system/target/zhyc-system-3.8.9.jar new file mode 100644 index 0000000..1c89d26 Binary files /dev/null and b/zhyc-system/target/zhyc-system-3.8.9.jar differ