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 { 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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue