fix:公告通知

This commit is contained in:
chiwenda
2023-03-12 12:54:28 +08:00
parent 58a3af8c84
commit 1757515b14
3 changed files with 277 additions and 126 deletions

View File

@ -1,7 +1,7 @@
import request from '@/config/axios'
export interface NoticeVO {
id: number
id: number | undefined
title: string
type: number
content: string