Fix: debug for PR to "dev"

This commit is contained in:
hasyim_kai
2025-11-21 10:35:47 +07:00
parent 7bd743ce35
commit 29db4c8cf1
4 changed files with 395 additions and 195 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_id: string
unit_code: string
code: string
name: string
headStatus?: boolean
@@ -14,7 +14,7 @@ export interface UnitPosition extends Base {
export function genUnitPosition(): UnitPosition {
return {
...genBase(),
unit_id: '',
unit_code: '',
code: '',
name: '',
headStatus: false,