feat(property): 1

This commit is contained in:
2025-07-28 15:24:45 +08:00
parent 68bb70ee72
commit 7f542de90b
5 changed files with 174 additions and 138 deletions

View File

@@ -71,6 +71,10 @@ export interface PersonVO {
*/
authGroupId?: string | number
authBegDate?: string
authEndDate?: string
}
export interface PersonForm extends BaseEntity {