finclip-app-manager/infrastructure/db/db.go

7 lines
174 B
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

package db
/**
* DDD: infrastructure-db。
* 为领域层提供持久化机制(最底层的实现接口声明在repository)domain并不关心使用什么存储
**/