From 09d95b97911084ff55d01c4122e7548c1923c012 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期三, 08 一月 2025 15:16:20 +0800
Subject: [PATCH] 体检费用

---
 src/api/system/package.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/system/package.js b/src/api/system/package.js
index 024bd2c..e8b9d3b 100644
--- a/src/api/system/package.js
+++ b/src/api/system/package.js
@@ -196,4 +196,13 @@
     method: 'get',
     params: query
   })
+}
+
+// 浣撴濂楅鏂板淇敼鎺ュ彛
+export function saveOreditTjPacNew(data) {
+  return request({
+    url: '/system/package/saveOreditTjPacNew',
+    method: 'post',
+    data: data
+  })
 }
\ No newline at end of file

--
Gitblit v1.8.0