更新:增加课程“复读”功能
This commit is contained in:
@@ -116,3 +116,15 @@ export interface IPageData<T> {
|
||||
pages: number
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单接口
|
||||
*/
|
||||
export interface IOrder {
|
||||
id: number
|
||||
orderType: string // 订单类型
|
||||
changeAmount: number
|
||||
remark: string
|
||||
createTime: string
|
||||
[key: string]: any
|
||||
}
|
||||
Reference in New Issue
Block a user