This commit is contained in:
fro1991
2025-10-25 02:33:07 +07:00
8 changed files with 402 additions and 3 deletions

View File

@ -1,2 +1,5 @@
export * from "../entity/earchive_doc";
export * from "../entity/earchive_doctype";
export * from "../entity/earchive_doclogs";
export * from "../entity/earchive_receiver";
export * from "../types/earchive";

View File

@ -1 +1,3 @@
export * from "../entity/log_hikvision";
export * from "../entity/hrms_employee";
export * from "../entity/hrms_dept";