初始版本

This commit is contained in:
suncz
2024-04-29 17:04:35 +08:00
commit b174c04733
1701 changed files with 349852 additions and 0 deletions

118
tree.txt Normal file
View File

@@ -0,0 +1,118 @@
tree -I ".idea|.git|target|test|codeTemplate" -d -L 6 -o tree.txt
.
`-- init.sql 初始化sql第一次启动后需要手动执行
`-- pom.xml maven文件
`-- src
`-- main
|-- java java代码
| `-- com
| `-- vverp
| |-- annotation 注解
| |-- base 基础配置
| |-- config 配置
| |-- constant 常量
| |-- controller 页面、接口路由
| |-- dao 数据库访问
| |-- dto 数据传输类
| |-- entity 实体(数据表)
| |-- enums 枚举
| |-- form 请求表单接收类
| |-- job 定时任务
| |-- moli
| |-- service 服务层
| `-- util 工具类
|-- resources 配置文件
| `-- excel
| `-- template excel模板
`-- webapp web文件
|-- WEB-INF
| |-- lib 依赖jar包
| `-- template 模板页面
| |-- admin
| |-- adminPurchase
| |-- attachFile
| |-- bidArea
| |-- client
| |-- common
| |-- company
| |-- department
| |-- diameter
| |-- endFace
| |-- extraField
| |-- generateSetting
| |-- helpInformation
| |-- home
| |-- information
| |-- log
| |-- login
| |-- material
| |-- materialOrder
| |-- materialOrderStage
| |-- notice
| |-- paymentAccount
| |-- paymentApply
| |-- paymentMethod
| |-- pressureLevel
| |-- printSetting
| |-- product
| |-- productType
| |-- progress
| |-- progressUnit
| |-- purchaseApplyOrder
| |-- purchaseOrder
| |-- purchaseStock
| |-- role
| |-- sizeStandard
| |-- snPrefix
| |-- statistics
| |-- supplier
| |-- supplierEvaluate
| |-- supplierProduct
| |-- system
| |-- t-menu
| |-- useOrder
| |-- wallThickness
| `-- wx
`-- resources js、css、图片等静态资源
|-- css
| `-- theme
|-- fonts
| `-- sourcesanspro
|-- fullcalendar
| |-- core
| `-- daygrid
|-- images
| |-- common
| |-- home
| |-- login
| |-- login2
| |-- order
| |-- statistics
| |-- theme
| |-- wx
| `-- z-tree
|-- js
| |-- um
| `-- z-tree
|-- json
|-- layui
| |-- css
| |-- font
| |-- images
| |-- lay
| `-- static
|-- lodop
|-- mui
| |-- css
| |-- fonts
| `-- js
|-- pdfjs
| |-- build
| `-- web
|-- template
`-- ystep
|-- css
`-- js
112 directories