mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
Feat(BE-36,37,38,39): finish master data management api
This commit is contained in:
@@ -56,3 +56,9 @@ func ToUomListDTOs(e []entity.Uom) []UomListDTO {
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
||||
func ToUomDetailDTO(e entity.Uom) UomDetailDTO {
|
||||
return UomDetailDTO{
|
||||
UomListDTO: ToUomListDTO(e),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user