From a9cb6d90087f7fd8ba98621a7820935bd97452aa Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 9 Aug 2025 00:43:33 +0000 Subject: [PATCH] =?UTF-8?q?update=20web/src/api/system/post/post.ts.=20Sys?= =?UTF-8?q?temPost=E4=B8=8D=E5=AD=98=E5=9C=A8,=E5=BA=94=E8=AF=A5=E6=98=AFS?= =?UTF-8?q?ystemPostRow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Neil --- web/src/api/system/post/post.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/api/system/post/post.ts b/web/src/api/system/post/post.ts index a3beb5c..525191f 100644 --- a/web/src/api/system/post/post.ts +++ b/web/src/api/system/post/post.ts @@ -1,11 +1,11 @@ import BaseApi from '#/api/base-api'; -import { SystemPost } from './post-model'; +import { SystemPostRow } from './post-model'; /** * 部门接口 */ -export class SystemPostApi extends BaseApi{ +export class SystemPostApi extends BaseApi{ constructor() { super('/system/post'); } -- Gitee