1. 程式人生 > >豬齒魚_03_領域模型

豬齒魚_03_領域模型

一、前言

二、分層

DDD四層結構

資料庫
Infro

DO (與資料庫欄位對應) -> 資料表
Mapper
Mapper.xml

domain

entity(DO+ objectVersion等)

Repository

api

dto (entity + 限制條件註解)

domain

convertor