add module master data phases

This commit is contained in:
MacBook Air M1
2026-01-05 19:59:03 +07:00
parent 9f840f2650
commit 4a08be1f55
9 changed files with 457 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"gorm.io/gorm"
)
type Phase struct {
type Phases struct {
Id uint `gorm:"primaryKey"`
Name string `gorm:"not null"`
IsActive bool `gorm:"not null;default:true"`