fix: wrong BAL doc schema title

This commit is contained in:
Ninjdai 2025-08-04 21:09:30 +02:00
parent c5e5b1332c
commit 5ce3e7a62c

View file

@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
#[derive(Clone, Debug, PartialEq, DeriveEntityModel, Eq, Serialize, Deserialize, utoipa::ToSchema)] #[derive(Clone, Debug, PartialEq, DeriveEntityModel, Eq, Serialize, Deserialize, utoipa::ToSchema)]
#[sea_orm(table_name = "BAL")] #[sea_orm(table_name = "BAL")]
#[schema(title="Book", as=entities::BAL)] #[schema(title="Bal", as=entities::BAL)]
pub struct Model { pub struct Model {
#[sea_orm(primary_key, auto_increment = true)] #[sea_orm(primary_key, auto_increment = true)]
pub id: u32, pub id: u32,