新增旗帜

This commit is contained in:
2025-08-19 19:36:23 +08:00
parent 6aef50356f
commit ee5493049c
8 changed files with 52 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export interface EmployeeHostsVO {
operationStatus: number // 操作状态
createTime: string // 创建时间
updateTime: string // 创建时间
flag: string // 旗帜
remake: string // 备注
uid: string // 用户id
}