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