mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-12 10:05:07 +08:00
refactor: api type
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import request from '@/config/axios'
|
||||
export type SmsTemplateVO = {
|
||||
|
||||
export interface SmsTemplateVO {
|
||||
id: number
|
||||
type: number
|
||||
status: number
|
||||
|
Reference in New Issue
Block a user