From 6855b13ed731afddd7f7275b5ec36efca9eab5d4 Mon Sep 17 00:00:00 2001 From: tikkhun Date: Fri, 28 Nov 2025 18:59:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=AE=9E=E4=BD=93):=20=E6=B7=BB=E5=8A=A0P?= =?UTF-8?q?roductStockComponent=E5=AE=9E=E4=BD=93=E5=88=B0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=85=8D=E7=BD=AE=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/config.default.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/config.default.ts b/src/config/config.default.ts index d1bb37a..3538e60 100644 --- a/src/config/config.default.ts +++ b/src/config/config.default.ts @@ -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,