chore: add show in silder for the service

This commit is contained in:
mahyargdz
2025-04-21 12:05:53 +03:30
parent 160040a4b7
commit 8584e2b522
5 changed files with 67 additions and 0 deletions
@@ -45,6 +45,9 @@ export class DanakService extends BaseEntity {
@Column({ type: "boolean", default: false })
isActive: boolean;
@Column({ type: "boolean", default: false })
showInSlider: boolean;
@Column({ type: "varchar", length: 255, nullable: false })
link: string;