add: 改造vue2中的短信模板到vue3中

This commit is contained in:
puhui999
2023-03-21 16:29:11 +08:00
parent c1b1ffa467
commit 6e90bbe2e1
6 changed files with 607 additions and 331 deletions

View File

@@ -12,6 +12,12 @@ export interface SmsChannelVO {
createTime: Date
}
export interface SmsChannelListVO {
id: number
code: string
signature: string
}
export interface SmsChannelPageReqVO extends PageParam {
signature?: string
code?: string