feat(property): 1
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-24 19:07:46 +08:00
parent 007bda30bc
commit 9131eb0e44
3 changed files with 16 additions and 10 deletions

View File

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