-
Notifications
You must be signed in to change notification settings - Fork 1
/
Directory.xml
executable file
·29 lines (28 loc) · 1.47 KB
/
Directory.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<trees properties="/src/main/java/com/httpurl.properties" code="Ops_.+\.Code$" codeval="1[0-9]{4}" msg="Ops_.+\.Msg$">
<model path="/src" title="">
<tree path="/application" subpath="" title="所有页面存放">
<tree path="/basicConfig" title="基础配置">
<tree path="/bannerConfig" title="轮播图管理"/>
<tree path="/typeConfig" title="产品分类"/>
</tree>
<tree path="/product" title="产品管理">
<tree path="/productAdd" title="产品添加">
<tree subpath="/component" path="" title="产品添加">
<tree subpath="/component" path="/productInfoUnified" title="产品公共信息">
</tree>
</tree>
</tree>
</tree>
<tree path="/productAllSku" title="所有SKU类型产品"/>
<tree path="/productBasePaper" title="原纸管理"/>
<tree path="/productCardboard" title="纸板产品管理"/>
<tree path="/productCarton" title="纸箱产品管理"/>
<tree path="/productCorrugated" title="瓦楞管理"/>
<tree path="/productOnlineMarketing" title="产品营销方案管理">
<tree path="/marketPrice" title="价格方案"/>
</tree>
<tree path="/productQuote" title="产品报价管理"/>
</tree>
</model>
</trees>