Ajouter décompte
This commit is contained in:
parent
7351f970f7
commit
6c09f1fa65
9 changed files with 126 additions and 1 deletions
|
@ -9,3 +9,10 @@ type IndexGET struct {
|
|||
type ScanPOST struct {
|
||||
response.ResponseWithError
|
||||
}
|
||||
|
||||
type DecompteGET struct {
|
||||
response.ResponseWithError
|
||||
Data struct {
|
||||
Decompte int
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue