refactor(property): 入驻人员表单变动
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-26 02:39:07 +08:00
parent 53f5640f02
commit 532869a4a3
3 changed files with 65 additions and 41 deletions

View File

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