From a7204ec897f53f0ff66f739f7014f1e763675bfb Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 20 Nov 2023 19:08:10 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wpm/views.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/wpm/views.py b/apps/wpm/views.py index 04b4dded..346d6173 100644 --- a/apps/wpm/views.py +++ b/apps/wpm/views.py @@ -307,6 +307,11 @@ class HandoverViewSet(CustomModelViewSet): class AttlogViewSet(CustomModelViewSet): + """ + list: 车间到岗 + + 车间到岗 + """ queryset = AttLog.objects.all() serializer_class = AttLogSerializer select_related_fields = ['user', 'post', 'sflog']