From 3bd14af2f5a941a8ebf6e2d97f6fd4e80b1ab650 Mon Sep 17 00:00:00 2001 From: jameszow Date: Sat, 2 Sep 2023 14:25:08 +0800 Subject: [PATCH] Modify the homepage description file CC #13 --- README.md | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 62 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0879f21a..291eefe1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,64 @@ -# WanSen ERP +

WanSen ERP

+
+ + Next generation intelligent AI ERP system + +
-Next generation intelligent ERP system +
+On the basis of ERP business, we have expanded GPT-3.5. You, individually or as a company, can fine tune your model through our system and deploy it through Docker or other methods. -We will refer to SpringCloud technology in the future +You can provide fully automated business form submission operations through your simple description, and you can chat, interact, and consult information with GPT. + +## Online preview + +We have deployed this program on Amazon Cloud for you to experience before deciding to use it. +If you have any questions or suggestions, please submit [issue](https://github.com/wansenai/WansenERP/issues/new) and we will handle them in a timely manner. + +Experience address: http://140.179.135.174:3000/ + +## Explanation between modules + +1. **Domain Module:** + +Business Operation Data Object. +```xml + + com.wansensoft + domain + 1.0-SNAPSHOT + +``` + +2. **Dao Module:** + +Data Access Objects separate data access logic from business logic to provide access and operations to data persistent storage. +```xml + + com.wansensoft + dao + 1.0-SNAPSHOT + +``` + +3. **Service Module:** + +Business logic layer, which delegates specific business logic processing to the Service layer. +```xml + + com.wansensoft + service + 1.0-SNAPSHOT + +``` + +4. **Utils Module:** + +Tool class code that encapsulates some specific operations. +```xml + + com.wansensoft + utils + 1.0-SNAPSHOT + +``` \ No newline at end of file