data transfer object
常見例句
- The problem: which data transfer object is returned by which entity?
問題:哪個數據傳輸對象由哪個實體返回? - The Data Transfer Object (DTO) pattern is used to package multiple data structures into one.
用數據傳輸對象(DTO)模式將多個數據結構封裝成一個。 - A Data Transfer Object is a way to package a collection of values in a single object so they can be passed around economically.
數據傳輸對象是將一組值包裝在一個對象中的方法,目的在于經濟地傳送這些值。 返回 data transfer object