feat: delete news, tag, and category

This commit is contained in:
ericprd
2025-03-05 23:55:41 +08:00
parent 299fcf949b
commit d217ec8a62
21 changed files with 131 additions and 16 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
package categorydomain
import "time"
import (
"time"
)
type Category struct {
ID string `json:"id" gorm:"primaryKey"`