impl get position over detail divions
wip: detail division for entry new division position finish v1 divison-position
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import { type Base, genBase } from './_base'
|
||||
|
||||
import type { Employee } from './employee'
|
||||
export interface DivisionPosition extends Base {
|
||||
code: string
|
||||
name: string
|
||||
headStatus?: boolean
|
||||
division_id: number
|
||||
employee_id?: number
|
||||
|
||||
employee?: Employee | null
|
||||
}
|
||||
|
||||
export function genDivisionPosition(): DivisionPosition {
|
||||
|
||||
Reference in New Issue
Block a user