fix: 修复生产打包编译报错的问题
This commit is contained in:
2
src/types/api/sms/advert.d.ts
vendored
2
src/types/api/sms/advert.d.ts
vendored
@@ -4,7 +4,7 @@ import { PageQueryParam, PageResult } from "../base"
|
||||
* 广告查询参数类型声明
|
||||
*/
|
||||
export interface AdvertQueryParam extends PageQueryParam {
|
||||
name: String | undefined
|
||||
title: String | undefined
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
3
src/types/index.d.ts
vendored
3
src/types/index.d.ts
vendored
@@ -10,12 +10,13 @@ export * from './api/system/client'
|
||||
|
||||
|
||||
export * from './api/pms/goods'
|
||||
export * from './api/pms/goods'
|
||||
export * from './api/pms/brand'
|
||||
|
||||
export * from './api/sms/advert'
|
||||
|
||||
export * from './api/oms/order'
|
||||
|
||||
export * from './api/ums/member'
|
||||
|
||||
export * from './common'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user