Feature: 添加Content类型

This commit is contained in:
2025-08-26 07:15:50 +00:00
parent 644c533201
commit 464b5174ca
28 changed files with 1677 additions and 0 deletions

View File

@ -0,0 +1,7 @@
/**
* production service
*/
import { factories } from '@strapi/strapi';
export default factories.createCoreService('api::production.production');