refactor: 实体命名规范调整,代码生成同步调整

This commit is contained in:
Ray.Hao
2025-12-18 09:43:36 +08:00
parent 5817826bbd
commit 8eaed3cfb7
165 changed files with 1885 additions and 2038 deletions

View File

@@ -2,7 +2,7 @@
FROM openjdk:17
# 维护者信息
MAINTAINER youlai <youlaitech@163.com>
LABEL maintainer="youlai <youlaitech@163.com>"
# 设置时区Debian直接使用环境变量
ENV TZ=Asia/Shanghai