From 1cb2e26a770bf8523f8b523b335de4d0669c77ea Mon Sep 17 00:00:00 2001 From: zhenhui <1276357500@qq.com> Date: Fri, 6 Mar 2026 18:09:02 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8E=A5=E5=8F=A3]=E5=88=9B=E5=BB=BA=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=8E=A5=E5=8F=A3/api/user/login=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=97=B6=E9=97=B4create=5Ftime=E5=92=8Cupdat?= =?UTF-8?q?e=5Ftime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/app/dice/model/config/DiceConfig.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server/app/dice/model/config/DiceConfig.php b/server/app/dice/model/config/DiceConfig.php index fbd02d0..7a7bbcd 100644 --- a/server/app/dice/model/config/DiceConfig.php +++ b/server/app/dice/model/config/DiceConfig.php @@ -35,6 +35,12 @@ class DiceConfig extends BaseModel */ protected $table = 'dice_config'; + /** + * 是否自动维护 create_time / update_time(继承基类 CREATED_AT / UPDATED_AT) + * @var bool + */ + public $timestamps = true; + /** * 属性转换 */