diff --git a/web/src/api/system/post/post.ts b/web/src/api/system/post/post.ts index a3beb5c7135d85c27c1c7a11ceb6a6b053486644..525191fb9743e46b55469f2d14a4d0947066f083 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'); }