From 80fa245b582d63ea569d3ec6555fda5edade6ff9 Mon Sep 17 00:00:00 2001 From: zty Date: Thu, 11 Sep 2025 09:51:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20ofm=20=E4=BF=AE=E6=94=B9=20=E8=BD=A6?= =?UTF-8?q?=E8=BE=86model?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ofm/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ofm/models.py b/apps/ofm/models.py index 9f647d1e..383babf4 100644 --- a/apps/ofm/models.py +++ b/apps/ofm/models.py @@ -63,7 +63,7 @@ class LendingSeal(CommonBDModel): note = models.TextField('备注', null=True, blank=True) -class Vehicle(CommonADModel): +class Vehicle(CommonBDModel): """TN: 用车申请""" start_time = models.DateField('出车时间', blank=True, null=True) end_time = models.DateField('还车时间', blank=True, null=True)