feat: update error article category details
This commit is contained in:
parent
58c3bfc283
commit
8ed282b171
|
|
@ -3,10 +3,10 @@ package response
|
|||
import "time"
|
||||
|
||||
type ArticleCategoryDetailsResponse struct {
|
||||
ID uint `json:"id"`
|
||||
ArticleId int `json:"article_id"`
|
||||
CategoryId int `json:"category_id"`
|
||||
IsActive bool `json:"is_active"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
}
|
||||
ID uint `json:"id"`
|
||||
ArticleId uint `json:"article_id"`
|
||||
CategoryId int `json:"category_id"`
|
||||
IsActive bool `json:"is_active"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue