Delete UserID for types.DbDebt
This commit is contained in:
parent
7f4067ce31
commit
1402825a72
|
@ -47,7 +47,6 @@ type DbDebt struct {
|
||||||
Date time.Time `json:"date" example:"29/11/2001 12:00"`
|
Date time.Time `json:"date" example:"29/11/2001 12:00"`
|
||||||
DateEnd time.Time `json:"date_end" example:"29/12/2001 12:00"`
|
DateEnd time.Time `json:"date_end" example:"29/12/2001 12:00"`
|
||||||
Finished bool `json:"finished" example:"false"`
|
Finished bool `json:"finished" example:"false"`
|
||||||
UserID uint `json:"user_id" example:"1"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type DbIncome struct {
|
type DbIncome struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user