DTO
Posted running-ahead
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DTO相关的知识,希望对你有一定的参考价值。
DEFINITION Data transfer object (DTO) describes “an object that carries data
between processes” (Wikipedia) or an “object that is used to encapsulate data,
and send it from one subsystem of an application to another”
以上是关于DTO的主要内容,如果未能解决你的问题,请参考以下文章
如何创建从实体到 dto 的映射器,其中 dto 嵌套在哪里?