IntersectMBO / drep-campaign-platform

Other
2 stars 1 forks source link

[feat]: refact entity, add global package for method global or varibl… #4

Closed Innocent-Akim closed 4 months ago

Innocent-Akim commented 4 months ago

…e i add a base entity for soft-delete, createAt and updateAt

List of changes

Checklist

Innocent-Akim commented 4 months ago
  1. I added a global package.
  2. In the package, I added two files: base.entity and index.
  3. In base.entity, I refactored the code to include soft-delete functionality and fields for createdAt and updatedAt.