kindergarten_java/reading-platform-frontend/src/api/generated/model/operationLog.ts

23 lines
456 B
TypeScript
Raw Normal View History

/**
* Generated by orval v7.13.2 🍺
* Do not edit manually.
* Reading Platform API
* Reading Platform Backend Service API Documentation
* OpenAPI spec version: 1.0.0
*/
export interface OperationLog {
id?: number;
tenantId?: number;
userId?: number;
userRole?: string;
action?: string;
module?: string;
targetType?: string;
targetId?: number;
details?: string;
ipAddress?: string;
userAgent?: string;
createdAt?: string;
}