mirror of
https://github.com/wangdage12/Snap.Server.Web.git
synced 2026-02-17 10:02:08 +08:00
添加公告中的发行版字段
This commit is contained in:
@@ -10,6 +10,7 @@ export interface Announcement {
|
||||
MaxPresentVersion: string | null
|
||||
Severity: number
|
||||
Title: string
|
||||
Distribution: string | null
|
||||
}
|
||||
|
||||
/** 公告列表响应数据类型 */
|
||||
@@ -38,6 +39,7 @@ export interface CreateAnnouncementRequest {
|
||||
Locale?: string | null
|
||||
MaxPresentVersion?: string | null
|
||||
Severity?: number | null
|
||||
Distribution?: string | null
|
||||
}
|
||||
|
||||
/** 创建公告响应数据类型 */
|
||||
|
||||
Reference in New Issue
Block a user