260316:1424 Refactor to NestJS 11 #5
Build and Deploy / deploy (push) Successful in 3m20s

This commit is contained in:
admin
2026-03-16 14:24:42 +07:00
parent 908cc6bfd7
commit 75314980d4
@@ -19,9 +19,11 @@ import { Discipline } from './entities/discipline.entity';
import { CorrespondenceSubType } from '../correspondence/entities/correspondence-sub-type.entity';
// Entity นี้อาจจะอยู่ใน module document-numbering แต่นำมาใช้ที่นี่เพื่อการจัดการ Master Data
import { DocumentNumberFormat } from '../document-numbering/entities/document-number-format.entity';
import { UserModule } from '../user/user.module';
@Module({
imports: [
UserModule,
TypeOrmModule.forFeature([
Tag,
CorrespondenceType,