8 lines
180 B
Go
8 lines
180 B
Go
package controlplan
|
|
|
|
type ReadListDto struct {
|
|
PathValue1 string `json:"-"` // jenis kontrol
|
|
PathValue2 string `json:"-"` // kode poli
|
|
PathValue3 string `json:"-"` // tanggal
|
|
}
|