fix: wrong BAL doc schema title
This commit is contained in:
parent
c5e5b1332c
commit
5ce3e7a62c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
|
|||
|
||||
#[derive(Clone, Debug, PartialEq, DeriveEntityModel, Eq, Serialize, Deserialize, utoipa::ToSchema)]
|
||||
#[sea_orm(table_name = "BAL")]
|
||||
#[schema(title="Book", as=entities::BAL)]
|
||||
#[schema(title="Bal", as=entities::BAL)]
|
||||
pub struct Model {
|
||||
#[sea_orm(primary_key, auto_increment = true)]
|
||||
pub id: u32,
|
||||
|
|
|
|||
Reference in a new issue