From af438deef0390f5f29ff7fac0c3eb8eaadca4959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=83=9F=E9=9B=A8=E5=A6=82=E8=8A=B1?= <2324281453@qq.com> Date: Tue, 31 Dec 2024 22:40:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 346c5f4..78760cc 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ class AccountWechats(AccountWechatsBase): orm_mode = True # 允许与ORM对象进行直接转换 ``` -### 3.创建 CRUD: +### 3.创建 CRUD (可选,不知道创建什么逻辑可以先跳过): ```python # filepath: ExamService/mooc/crud/crud_account.py from sqlalchemy.orm import Session