mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-02 04:28:36 +00:00
add: 改造vue2中的短信模板到vue3中
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user