feat(实体): 添加ProductStockComponent实体到默认配置中

This commit is contained in:
tikkhun 2025-11-28 18:59:21 +08:00
parent fdf2819b3b
commit 6855b13ed7
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ import { Dict } from '../entity/dict.entity';
import { DictItem } from '../entity/dict_item.entity';
import { Template } from '../entity/template.entity';
import { Area } from '../entity/area.entity';
import { ProductStockComponent } from '../entity/product_stock_component.entity';
import DictSeeder from '../db/seeds/dict.seeder';
export default {
@ -44,6 +45,7 @@ export default {
default: {
entities: [
Product,
ProductStockComponent,
WpProduct,
Variation,
User,