Files
EPCMS/tree.txt
2024-04-29 17:04:35 +08:00

119 lines
3.8 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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