progress pagination
This commit is contained in:
9
models/paket.models.go
Normal file
9
models/paket.models.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
type MDPaket struct {
|
||||
PaketID int `json:"paket_id"`
|
||||
PaketKode string `json:"paket_kode"`
|
||||
PaketJenis string `json:"paket_jenis"`
|
||||
PaketNama string `json:"paket_nama"`
|
||||
PaketIsActive string `json:"paket_Is_Active"`
|
||||
}
|
||||
Reference in New Issue
Block a user