From 81e9a2c5340d746b59c59ef8b660c6e243cf3171 Mon Sep 17 00:00:00 2001 From: geyuan <2732801331@qq.com> Date: Sat, 19 Sep 2026 18:14:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 8 ++------ .idea/misc.xml | 3 --- api/__init__.py | 0 dao/__init__.py | 0 model/__init__.py | 0 schema/__init__.py | 0 6 files changed, 2 insertions(+), 9 deletions(-) create mode 100644 api/__init__.py create mode 100644 dao/__init__.py create mode 100644 model/__init__.py create mode 100644 schema/__init__.py diff --git a/.idea/.gitignore b/.idea/.gitignore index 6231b4e..b6b1ecf 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,14 +1,10 @@ # 默认忽略的文件 /shelf/ /workspace.xml -# 基于编辑器的 HTTP 客户端请求 -/httpRequests/ # 已忽略包含查询文件的默认文件夹 /queries/ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml - - -*.iml -*.xml \ No newline at end of file +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ diff --git a/.idea/misc.xml b/.idea/misc.xml index 930139e..dc9ea49 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,7 +1,4 @@ - - \ No newline at end of file diff --git a/api/__init__.py b/api/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/dao/__init__.py b/dao/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/model/__init__.py b/model/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/schema/__init__.py b/schema/__init__.py new file mode 100644 index 0000000..e69de29