fix: solve conflict after merge page-cleaning

This commit is contained in:
riefive
2025-11-24 10:14:02 +07:00
69 changed files with 523 additions and 1183 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ import { type Base, genBase } from './_base'
import type { Employee } from './employee'
export interface UnitPosition extends Base {
unit_code: string
unit_id: string
code: string
name: string
headStatus?: boolean
@@ -14,7 +14,7 @@ export interface UnitPosition extends Base {
export function genUnitPosition(): UnitPosition {
return {
...genBase(),
unit_code: '',
unit_id: '',
code: '',
name: '',
headStatus: false,