Update the default value for some functions (#573)

* Update the default value for some functions

* Fix lint
This commit is contained in:
Wu Clan
2025-04-14 14:22:05 +08:00
committed by GitHub
parent 085f08ec3b
commit 960d9f6215
24 changed files with 29 additions and 34 deletions
@@ -28,7 +28,7 @@ class DictDataService:
return dict_data
@staticmethod
async def get_select(*, label: str | None = None, value: str | None = None, status: int | None = None) -> Select:
async def get_select(*, label: str | None, value: str | None, status: int | None) -> Select:
"""
获取字典数据列表查询条件