erp-console/core/dao
kuang.yife 7fd6432158 init 2024-08-28 14:24:14 +08:00
..
src/main init 2024-08-28 14:24:14 +08:00
README.md init 2024-08-28 14:24:14 +08:00
pom.xml init 2024-08-28 14:24:14 +08:00

README.md

Dao Module

Data Access Objects separate data access logic from business logic to provide access and operations to data persistent storage.

<dependency>
    <groupId>com.wansenai</groupId>
    <artifactId>dao</artifactId>
    <version>2.0.4-SNAPSHOT</version>
</dependency>