refactor: 重构代码生成模块并迁移至infra目录

This commit is contained in:
Ray.Hao
2026-02-26 18:53:16 +08:00
parent b1b3cb1421
commit f32996d9c2
55 changed files with 138 additions and 142 deletions

View File

@@ -540,7 +540,7 @@ CREATE TABLE `sys_user_notice` (
`id` bigint NOT NULL AUTO_INCREMENT COMMENT 'id',
`notice_id` bigint NOT NULL COMMENT '公共通知id',
`user_id` bigint NOT NULL COMMENT '用户id',
`is_read` bigint DEFAULT '0' COMMENT '读取状态0: 未读, 1: 已读)',
`is_read` tinyint DEFAULT '0' COMMENT '读取状态0: 未读, 1: 已读)',
`read_time` datetime COMMENT '阅读时间',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_time` datetime COMMENT '更新时间',