mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-21 11:38:39 +00:00
🐛 修复 sms 在 IDEA 报错的问题
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import request from '@/config/axios'
|
||||
|
||||
export interface SmsTemplateVO {
|
||||
id: number | null
|
||||
type: number | null
|
||||
id?: number
|
||||
type?: number
|
||||
status: number
|
||||
code: string
|
||||
name: string
|
||||
content: string
|
||||
remark: string
|
||||
apiTemplateId: string
|
||||
channelId: number | null
|
||||
channelId?: number
|
||||
channelCode?: string
|
||||
params?: string[]
|
||||
createTime?: Date
|
||||
|
||||
Reference in New Issue
Block a user