From 32a362e542715285088026554a922b999e00b137 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期三, 21 一月 2026 19:19:53 +0800
Subject: [PATCH] 增加了相关代码
---
src/api/system/annotation.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/system/annotation.js b/src/api/system/annotation.js
index deb4584..a22e846 100644
--- a/src/api/system/annotation.js
+++ b/src/api/system/annotation.js
@@ -42,3 +42,11 @@
method: 'delete'
})
}
+
+export function selectAllAnn(data) {
+ return request({
+ url: '/system/annotation/listAll',
+ method: 'get',
+ data: data
+ })
+}
--
Gitblit v1.9.1