feat(实体): 添加ProductStockComponent实体到默认配置中
This commit is contained in:
parent
fdf2819b3b
commit
6855b13ed7
|
|
@ -35,6 +35,7 @@ import { Dict } from '../entity/dict.entity';
|
||||||
import { DictItem } from '../entity/dict_item.entity';
|
import { DictItem } from '../entity/dict_item.entity';
|
||||||
import { Template } from '../entity/template.entity';
|
import { Template } from '../entity/template.entity';
|
||||||
import { Area } from '../entity/area.entity';
|
import { Area } from '../entity/area.entity';
|
||||||
|
import { ProductStockComponent } from '../entity/product_stock_component.entity';
|
||||||
import DictSeeder from '../db/seeds/dict.seeder';
|
import DictSeeder from '../db/seeds/dict.seeder';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
@ -44,6 +45,7 @@ export default {
|
||||||
default: {
|
default: {
|
||||||
entities: [
|
entities: [
|
||||||
Product,
|
Product,
|
||||||
|
ProductStockComponent,
|
||||||
WpProduct,
|
WpProduct,
|
||||||
Variation,
|
Variation,
|
||||||
User,
|
User,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue