mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-10 08:32:42 +00:00
增加用户详情页以及 签到、积分等用户详情下的子tab页。
增加 用户、签到、积分 接口的VO,方便在组件中使用。
This commit is contained in:
@@ -14,6 +14,14 @@ export interface RecordVO {
|
||||
thawingTime: Date
|
||||
createDate: Date
|
||||
}
|
||||
export interface RecordQueryVO {
|
||||
bizType: string | null | undefined
|
||||
title: string | null | undefined
|
||||
pageNo: number
|
||||
pageSize: number
|
||||
userId: number | null | undefined
|
||||
createDate: string[]
|
||||
}
|
||||
|
||||
// 查询用户积分记录列表
|
||||
export const getRecordPage = async (params) => {
|
||||
|
||||
Reference in New Issue
Block a user