mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
FIX[BE} change json response on avaibility transfer laying
This commit is contained in:
@@ -86,7 +86,7 @@ type KandangAvailableQtyDTO struct {
|
|||||||
|
|
||||||
type AvailableQtyForTransferDTO struct {
|
type AvailableQtyForTransferDTO struct {
|
||||||
ProjectFlockId uint `json:"project_flock_id"`
|
ProjectFlockId uint `json:"project_flock_id"`
|
||||||
ProjectFlockCode string `json:"project_flock_code"`
|
ProjectFlockCode string `json:"flock_name"`
|
||||||
Category string `json:"category"`
|
Category string `json:"category"`
|
||||||
Kandangs []KandangAvailableQtyDTO `json:"kandangs"`
|
Kandangs []KandangAvailableQtyDTO `json:"kandangs"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user