feat: update error article category details
This commit is contained in:
parent
64a91a1aef
commit
cd825462f9
|
|
@ -4,7 +4,7 @@ import "time"
|
||||||
|
|
||||||
type ArticleCategoryDetailsResponse struct {
|
type ArticleCategoryDetailsResponse struct {
|
||||||
ID uint `json:"id"`
|
ID uint `json:"id"`
|
||||||
ArticleId int `json:"article_id"`
|
ArticleId uint `json:"article_id"`
|
||||||
CategoryId int `json:"category_id"`
|
CategoryId int `json:"category_id"`
|
||||||
IsActive bool `json:"is_active"`
|
IsActive bool `json:"is_active"`
|
||||||
CreatedAt time.Time `json:"created_at"`
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue