erp-console/core/service/README.md

10 lines
261 B
Markdown
Raw Normal View History

2024-08-28 14:24:14 +08:00
# Service Module
Business logic layer, which delegates specific business logic processing to the Service layer.
```xml
<dependency>
<groupId>com.wansenai</groupId>
<artifactId>service</artifactId>
<version>2.0.4-SNAPSHOT</version>
</dependency>
```