新增待办信息

This commit is contained in:
2025-12-31 23:30:34 +08:00
parent a2040e7d9f
commit ab260800d4
7 changed files with 70 additions and 29 deletions

View File

@@ -75,4 +75,5 @@ export const bizListItemSflow = (params?: BizListItem | any) =>
export const bizListItemDelete = (params?: BizListItem | any) =>
defHttp.get<BizListItem>({ url: adminPath + '/biz/listItem/delete', params });
export const bizListItemRelease = (params?: BizListItem | any) =>
defHttp.get<BizListItem>({ url: adminPath + '/biz/listItem/release', params });