Fix:修正前后端Bug
This commit is contained in:
@ -18,7 +18,8 @@ export interface Production extends StrapiEntity {
|
||||
title: string;
|
||||
summary: string;
|
||||
production_type: ProductionType;
|
||||
production_image: StrapiImage;
|
||||
cover: StrapiImage;
|
||||
production_images: StrapiImage[];
|
||||
production_details: string;
|
||||
production_specs: ProductionSpecGroup[];
|
||||
documents: StrapiMedia[];
|
||||
|
||||
Reference in New Issue
Block a user