add supplier entity
This commit is contained in:
@ -36,6 +36,7 @@ import { Summarize } from "./entity/summarizes";
|
||||
import { SummarizeLog } from "./entity/summarize_log";
|
||||
import { SummarizeLogStatus, SummarizeType } from "./types/summarize";
|
||||
import { Goods } from "./entity/goods";
|
||||
import { Supplier } from "./entity/supplier";
|
||||
|
||||
export {
|
||||
User, //
|
||||
@ -78,5 +79,6 @@ export {
|
||||
SummarizeLog,
|
||||
SummarizeLogStatus,
|
||||
SummarizeType,
|
||||
Goods
|
||||
Goods,
|
||||
Supplier
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user