فهرست منبع

fix: 字段名修改

wyf 7 ماه پیش
والد
کامیت
04648f84bd
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/security-confidentiality/access-control/types.ts

+ 2 - 2
src/views/security-confidentiality/access-control/types.ts

@@ -19,7 +19,7 @@ export interface AccessDetailResponse {
   eventTime: string;
   images?: string;
   remark?: string;
-  creatName?: string;
+  createdByName?: string;
 }
 
 export interface CreateAccessRuleForm {
@@ -28,7 +28,7 @@ export interface CreateAccessRuleForm {
   eventTime: string;
   images?: ImageItem[];
   remark?: string;
-  creatName?: string;
+  createdByName?: string;
 }
 
 export interface CreateAccessQuery {