erp-console/core/service
Yifei Kuang dfc3b833a8 feat: 1.库存账接口 2025-01-06 15:46:11 +08:00
..
src/main feat: 1.库存账接口 2025-01-06 15:46:11 +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

Service Module

Business logic layer, which delegates specific business logic processing to the Service layer.

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