chore: add industry crud

This commit is contained in:
Mahyargdz
2025-05-11 12:26:26 +03:30
parent 4e563c497d
commit 9a9f640622
25 changed files with 560 additions and 3 deletions
@@ -0,0 +1,4 @@
import { Controller } from "@nestjs/common";
@Controller("companies")
export class CompaniesController {}