摘要: package com.qhjc.entity; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.my 阅读全文
posted @ 2026-01-03 13:58 Cx330。 阅读(2) 评论(0) 推荐(0)
摘要: package com.qhjc.config; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.Interce 阅读全文
posted @ 2026-01-03 13:58 Cx330。 阅读(3) 评论(0) 推荐(0)
摘要: package com.qhjc.config; import com.qhjc.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframewor 阅读全文
posted @ 2026-01-03 13:57 Cx330。 阅读(3) 评论(0) 推荐(0)
摘要: CREATE DATABASE IF NOT EXISTS qhjc_system DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_general_ci; CREATE TABLE task_info ( id VARCHAR(50) PR 阅读全文
posted @ 2026-01-03 13:56 Cx330。 阅读(2) 评论(0) 推荐(0)