mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-24 23:35:43 +00:00
Feat[BE-127] create get all with param on project flock kandang
This commit is contained in:
@@ -68,6 +68,12 @@ type ProjectFlockKandangDetailDTO struct {
|
||||
ProjectFlockKandangListDTO
|
||||
}
|
||||
|
||||
// Wrapper untuk GetAll dengan available quantities sudah included
|
||||
type ProjectFlockKandangWithAvailableQtysDTO struct {
|
||||
Entity entity.ProjectFlockKandang
|
||||
AvailableQtys []map[string]interface{}
|
||||
}
|
||||
|
||||
// === Mapper Functions (ordered) ===
|
||||
|
||||
func ToProjectFlockKandangBaseDTO(e entity.ProjectFlockKandang) ProjectFlockKandangBaseDTO {
|
||||
|
||||
Reference in New Issue
Block a user