260330:1011 Addied correspondence_revieion_attcahments table table #01
CI / CD Pipeline / build (push) Failing after 21m19s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
admin
2026-03-30 10:11:40 +07:00
parent 1c6fec6c65
commit c83588ab43
287 changed files with 15117 additions and 69 deletions
@@ -13,6 +13,7 @@ import { CorrespondenceStatus } from './entities/correspondence-status.entity';
import { CorrespondenceReference } from './entities/correspondence-reference.entity';
import { CorrespondenceRecipient } from './entities/correspondence-recipient.entity';
import { CorrespondenceTag } from './entities/correspondence-tag.entity';
import { CorrespondenceRevisionAttachment } from './entities/correspondence-revision-attachment.entity';
import { Organization } from '../organization/entities/organization.entity';
// Dependent Modules
@@ -40,6 +41,7 @@ import { NotificationModule } from '../notification/notification.module';
CorrespondenceReference,
CorrespondenceRecipient,
CorrespondenceTag,
CorrespondenceRevisionAttachment,
Organization,
]),
DocumentNumberingModule,