diff --git a/README.md b/README.md index 72f58b93..0cb9d353 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

WanSen ERP

- Next generation intelligent AI ERP system + Next generation artificial intelligent ERP system

@@ -29,12 +29,16 @@ On the basis of ERP business, we have expanded GPT-3.5. individually or company You can provide fully automated business form submission operations through your simple description, and you can chat, interact, and consult information with GPT. +**Note: This is a front-end and back-end separated project. This repository stores backend code, please browse [here](https://github.com/wansenai/wansenerpui) for the front-end warehouse.** + +[Enginsh](https://github.com/wansenai/wansen-erp/blob/master/README.md) / [简体中文](https://github.com/wansenai/wansen-erp/blob/master/README_ZH.md) + ## 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://erp.wansen.cloud/ +preview address: http://erp.wansen.cloud/ ## Module Description diff --git a/README_ZH.md b/README_ZH.md new file mode 100644 index 00000000..4faa6bb4 --- /dev/null +++ b/README_ZH.md @@ -0,0 +1,85 @@ +

WanSen ERP

+
+ + 下一代人工智能 ERP 系统 + +
+
+ +
+ + + Static Badge + + + GitHub Workflow Status (with event) + + + + GitHub contributors + + + + GitHub last commit (branch) + +
+
+ +在 ERP 业务的基础上,我们扩展了 GPT-3.5,个人或公司可以通过我们的系统配置您的模型,并通过 Docker 或其他方法进行部署。 + +您可以通过您的简单描述提供完全自动化的业务表单提交操作,并且可以与 GPT 聊天、互动、咨询信息。 + +**注意:这是一个前仓库收拾的项目。该仓库仓库代码,仓库仓库请浏览[这里](https://github.com/wansenai/wansenerpui)。** + +## 在线预览 + +我们已将程序部署在Amazon Cloud上,请您在使用前先体验一下。 +如果您有任何疑问或建议,请提交[issue](https://github.com/wansenai/WansenERP/issues/new),我们将会及时处理。 + +预览地址:http://erp.wansen.cloud/ + +## 模块说明 + +1. **Domain Module:** + +业务操作数据对象。 +```xml + + com.wansensoft + domain + 1.0-SNAPSHOT + +``` + +2. **Dao Module:** + +数据访问对象将数据访问逻辑与业务逻辑分开,以提供对数据持久存储的访问和操作。 +```xml + + com.wansensoft + dao + 1.0-SNAPSHOT + +``` + +3. **Service Module:** + +业务逻辑层,将具体的业务逻辑处理委托给服务层。 +```xml + + com.wansensoft + service + 1.0-SNAPSHOT + +``` + +4. **Utils Module:** + +封装了一些具体操作的工具类代码。 +```xml + + com.wansensoft + utils + 1.0-SNAPSHOT + +``` diff --git a/api/src/main/bin/start.bat b/api/src/main/bin/start.bat index 37b8bb51..9e236bde 100644 --- a/api/src/main/bin/start.bat +++ b/api/src/main/bin/start.bat @@ -1,6 +1,6 @@ @echo off -title jshERP +title WansenERP java -Xms1000m -Xmx2000m -jar .\lib\jshERP.jar -pause over \ No newline at end of file +pause over