erp-console/core/dao
Yifei Kuang ffdef043fc feat: 1.商店基础档案 2.增加响应枚举类 2025-01-01 19:37:43 +08:00
..
src/main feat: 1.商店基础档案 2.增加响应枚举类 2025-01-01 19:37:43 +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>