From 7f9b354c7d22cf0d4f40d9bdfcaa3d74cc534d13 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Tue, 27 May 2025 07:52:06 +0000 Subject: [PATCH] * Add comment. --- lib/base/dao/dao.class.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/base/dao/dao.class.php b/lib/base/dao/dao.class.php index 9949481f50..cd2bf2facf 100644 --- a/lib/base/dao/dao.class.php +++ b/lib/base/dao/dao.class.php @@ -163,6 +163,13 @@ class baseDAO */ public $autoLang; + /** + * 是否自动增加isTpl条件。 + * If auto add isTpl statement. + * + * @var bool + * @access public + */ public $autoTpl; /**