7 lines
64 B
Go
7 lines
64 B
Go
|
package model
|
||
|
|
||
|
type Page struct {
|
||
|
Number int32
|
||
|
Size int32
|
||
|
}
|