feat: new models, sorting fix
This commit is contained in:
@@ -1,17 +1,31 @@
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
import * as AuthorService from "./authorservice.js";
|
||||
import * as CommentService from "./commentservice.js";
|
||||
import * as CustomerService from "./customerservice.js";
|
||||
import * as ExcelModule from "./excelmodule.js";
|
||||
import * as PostService from "./postservice.js";
|
||||
import * as PostTypeService from "./posttypeservice.js";
|
||||
import * as OrderService from "./orderservice.js";
|
||||
import * as PrepTaskService from "./preptaskservice.js";
|
||||
import * as ProductTypeService from "./producttypeservice.js";
|
||||
import * as ShiftService from "./shiftservice.js";
|
||||
import * as TaskService from "./taskservice.js";
|
||||
import * as TeamTaskService from "./teamtaskservice.js";
|
||||
import * as TeamTypeService from "./teamtypeservice.js";
|
||||
import * as WorkAreaService from "./workareaservice.js";
|
||||
import * as WorkerService from "./workerservice.js";
|
||||
import * as WorkshopService from "./workshopservice.js";
|
||||
export {
|
||||
AuthorService,
|
||||
CommentService,
|
||||
CustomerService,
|
||||
ExcelModule,
|
||||
PostService,
|
||||
PostTypeService
|
||||
OrderService,
|
||||
PrepTaskService,
|
||||
ProductTypeService,
|
||||
ShiftService,
|
||||
TaskService,
|
||||
TeamTaskService,
|
||||
TeamTypeService,
|
||||
WorkAreaService,
|
||||
WorkerService,
|
||||
WorkshopService
|
||||
};
|
||||
|
||||
export * from "./models.js";
|
||||
|
||||
Reference in New Issue
Block a user