fix: 统一性别约束/统一上级部门必填

This commit is contained in:
kils
2024-04-28 10:20:01 +08:00
committed by Charles7c
parent 64648d0c1d
commit 5264cf226f
2 changed files with 4 additions and 3 deletions

View File

@@ -23,5 +23,5 @@ export interface DictState {
/** 状态1启用2禁用 */
type Status = 1 | 2
/** 性别123:未知) */
type Gender = 1 | 2 | 3
/** 性别120:未知) */
type Gender = 1 | 2 | 0