fix: 入驻单位编辑回显授权期限

This commit is contained in:
fyy
2025-08-22 15:37:13 +08:00
parent 3cad95d185
commit cb0a15e5fb
2 changed files with 4 additions and 1 deletions

View File

@@ -65,6 +65,9 @@ export interface Resident_unitVO {
* 权限组名称
*/
authGroupName?: string;
// 授权期限
authBegDate?:string;//开始
authEndDate?:string;//结束
}