Deleted UserID for types.DbCategory
This commit is contained in:
parent
30c6c59e63
commit
d7786fb50f
|
@ -36,7 +36,6 @@ type DbCategory struct {
|
||||||
// Parent is used as a infinite sub-category structure
|
// Parent is used as a infinite sub-category structure
|
||||||
// Can be 0
|
// Can be 0
|
||||||
ParentID uint `json:"parent_id" example:"0"`
|
ParentID uint `json:"parent_id" example:"0"`
|
||||||
UserID uint `json:"user_id" example:"1"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type DbDebt struct {
|
type DbDebt struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user