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

21 lines
404 B
TypeScript
Raw Normal View History

/**
* Generated by orval v7.21.0 🍺
* Do not edit manually.
* Reading Platform API
* Reading Platform Backend Service API Documentation
* OpenAPI spec version: 1.0.0
*/
export interface Clazz {
id?: number;
tenantId?: number;
name?: string;
grade?: string;
description?: string;
capacity?: number;
status?: string;
createdAt?: string;
updatedAt?: string;
deleted?: number;
}