This commit is contained in:
王思川 2022-02-16 17:03:12 +08:00
parent fd72cbf0da
commit b9064546dc
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,3 @@
def get_dashboard_data_impl(param):
pass

View File

@ -0,0 +1,10 @@
from Board.board_impl import get_dashboard_data_impl
class DashBoard:
def __init__(self):
pass
def get_dashboard_data(self):
get_dashboard_data_impl(self)