考勤管理还在做
This commit is contained in:
parent
b5d50d499d
commit
4ab2a56eb9
@ -2,7 +2,7 @@ import request from '@/config/axios'
|
|||||||
|
|
||||||
// 考勤数据 VO
|
// 考勤数据 VO
|
||||||
export interface KqdataVO {
|
export interface KqdataVO {
|
||||||
id: number // id
|
id: number|null // id
|
||||||
userName: string // 员工
|
userName: string // 员工
|
||||||
userId: number // 员工id
|
userId: number // 员工id
|
||||||
deptName: string // 部门
|
deptName: string // 部门
|
||||||
|
@ -7,7 +7,7 @@ export interface KqglVO {
|
|||||||
userName: string // 用户名字
|
userName: string // 用户名字
|
||||||
deptId: number // 部门id
|
deptId: number // 部门id
|
||||||
deptName: string // 部门名字
|
deptName: string // 部门名字
|
||||||
date: Date // 考勤日期
|
date: Date|number// 考勤日期
|
||||||
}
|
}
|
||||||
|
|
||||||
// 考勤管理 API
|
// 考勤管理 API
|
||||||
|
Loading…
Reference in New Issue
Block a user