perubahan terbaru
This commit is contained in:
@@ -129,6 +129,8 @@ type OrderLabMikroMain struct {
|
||||
type OrderLabMikro struct {
|
||||
IdxOrderMikro string `gorm:"column:idxordermikro" json:"idxordermikro"`
|
||||
NamaPemeriksaan string `gorm:"column:nama_pemeriksaan" json:"nama_pemeriksaan"`
|
||||
NamaField string `gorm:"column:nama_field" json:"nama_field"`
|
||||
JenisKelompok string `gorm:"column:jenis_kelompok" json:"jenis_kelompok"`
|
||||
}
|
||||
|
||||
type Response struct {
|
||||
@@ -149,6 +151,8 @@ type ResponseLISMikro struct {
|
||||
type ReqUpdateLisMikro struct {
|
||||
IdxOrderMikro string `gorm:"column:idxordermikro" json:"idxordermikro"`
|
||||
NoLokal string `gorm:"column:no_lokal" json:"no_lokal"`
|
||||
Kode string `gorm:"column:jenis_kelompok" json:"jenis_kelompok"`
|
||||
Spesimen string `gorm:"column:nama_field" json:"nama_field"`
|
||||
}
|
||||
|
||||
type RequestBatalMikro struct {
|
||||
|
||||
Reference in New Issue
Block a user