From 2d2ec74693ca47e2bba3f31238cc605f6668b363 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Wed, 24 Aug 2022 21:05:29 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=BB=B6=E6=97=B6=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 延时加载.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/延时加载.md b/延时加载.md index 3e2f8ec..3bcc5e1 100644 --- a/延时加载.md +++ b/延时加载.md @@ -24,7 +24,7 @@ public class OrderDetail { } ``` -> 延时加载功能默认被关闭的,使用此功能请时,请在声明处开启; +> 延时加载功能默认被关闭的,使用此功能之前,请在声明处开启; > 延时加载功能,依赖 FreeSql.Extensions.LazyLoading 包,请前往 nuget 下载;