Feature: 新增界面-公司简介

This commit is contained in:
2025-08-18 17:16:35 +08:00
parent bf19fc9d35
commit 6d405b5367
6 changed files with 118 additions and 98 deletions

View File

@ -1,2 +1,3 @@
export * from './common';
export * from './production';
export * from './production';
export * from './singleTypes';

View File

@ -0,0 +1,3 @@
export interface StrapiCompanyProfile extends StrapiEntity {
content: string;
}