Feature: 联系我们界面 & 产品列表增添CMS筛选功能
This commit is contained in:
@ -12,4 +12,5 @@ export interface Production extends StrapiEntity {
|
||||
production_details?: string;
|
||||
production_specs?: string | object;
|
||||
documents?: StrapiMedia[];
|
||||
show_in_production_list?: boolean;
|
||||
}
|
||||
@ -1,3 +1,7 @@
|
||||
export interface StrapiCompanyProfile extends StrapiEntity {
|
||||
content: string;
|
||||
}
|
||||
|
||||
export interface StrapiContactInfo extends StrapiEntity {
|
||||
content: string;
|
||||
}
|
||||
Reference in New Issue
Block a user