Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
fyy
2025-07-25 12:01:21 +08:00
7 changed files with 42 additions and 32 deletions

View File

@@ -144,6 +144,9 @@ export interface PersonForm extends BaseEntity {
*/
authGroupId?: string | number
begDate?: string
endDate?: string
}
export interface PersonQuery extends PageQuery {