在若依3.8.1基本上,新建privavte-farm模块,用于私家农场(CSA,社区支持农业)系统的开发。

对系统进行了配置,并增加客户管理-访客管理示例功能。
This commit is contained in:
jlt
2022-03-20 23:41:34 +08:00
parent 857054179c
commit be13b2ec59
17 changed files with 2277 additions and 225 deletions

View File

@ -61,6 +61,11 @@
<artifactId>ruoyi-generator</artifactId>
</dependency>
<dependency>
<groupId>com.jlt.farming</groupId>
<artifactId>private-farm</artifactId>
</dependency>
</dependencies>
<build>