From 6fc60fcdccd4c99e43be482ecf3757108e833c34 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 04 十一月 2025 17:27:34 +0800
Subject: [PATCH] fix: 四流

---
 src/services/api/EnterpriseMaterial.ts |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/services/api/EnterpriseMaterial.ts b/src/services/api/EnterpriseMaterial.ts
index ac06d23..3030a65 100644
--- a/src/services/api/EnterpriseMaterial.ts
+++ b/src/services/api/EnterpriseMaterial.ts
@@ -68,6 +68,24 @@
   );
 }
 
+/** 鑾峰彇浼佷笟鏉愭枡绠$悊鍒嗛〉鍒楄〃 POST /api/EnterpriseMaterial/GetEnterpriseMaterialManagePageTotal */
+export async function getEnterpriseMaterialManagePageTotal(
+  body: API.QueryEnterpriseMaterialManageListInput,
+  options?: API.RequestConfig
+) {
+  return request<API.EnterpriseMaterialManageListOutputPageOutput>(
+    '/api/EnterpriseMaterial/GetEnterpriseMaterialManagePageTotal',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
 /** 鑾峰彇鎴戠殑浼佷笟鍥涙祦鏉愭枡鍒楄〃 POST /api/EnterpriseMaterial/GetMyEnterpriseMaterialPage */
 export async function getMyEnterpriseMaterialPage(
   body: API.PageInput,

--
Gitblit v1.9.1