hberp/hb_server/apps/srm/views.py

8 lines
194 B
Python

from django.shortcuts import render
from rest_framework.generics import ListAPIView
# Create your views here.
class GanttOrder(ListAPIView):
"""
订单-计划-子计划甘特图
"""