From 75b8d60ece062a0026a7735f5894383822803f48 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期日, 03 十一月 2024 21:00:56 +0800
Subject: [PATCH] 增加注释
---
pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml | 36 ++++++++++++++++++++++++++++++------
1 files changed, 30 insertions(+), 6 deletions(-)
diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
index ad70c53..e2efef1 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
@@ -13,7 +13,7 @@
<dictionaries>
<dict code="protocol" title="鍗忚" valueType="2">
<dictItem>
- <item1 dictCode="protocol" value="p206V1_0_1" name="鑰佸崗璁�" status="1" sort="0" />
+ <item1 dictCode="protocol" value="p206V1" name="鑰佸崗璁�" status="1" sort="0" />
<item2 dictCode="protocol" value="p206V202404" name="鏂板崗璁�" status="0" sort="1" />
</dictItem>
</dict>
@@ -49,19 +49,27 @@
<item7 defaultValue = "50" unit = "3" sort = "3" type = "2"/>
<item8 defaultValue = "80" unit = "3" sort = "4" type = "2"/>
</irrigateProfile>
+ <rechargeProfile>
+ <item1 rechargeAmount = "5000" sort = "1"/>
+ <item2 rechargeAmount = "10000" sort = "2" />
+ <item3 rechargeAmount = "20000" sort = "3"/>
+ <item4 rechargeAmount = "30000" sort = "4"/>
+ <item5 rechargeAmount = "50000" sort = "5"/>
+ <item6 rechargeAmount = "100000" sort = "6"/>
+ </rechargeProfile>
</org1>
<org2 tag="sp" name="娌欑洏" enable="true">
<districts>
- <province name="鐢樿們鐪�" num="53" level="0">
- <city name="閰掓硥甯�" num="23" level="1">
- <country name="澶х闆嗗洟" num="28" level="2" />
+ <province name="鐢樿們鐪�" num="62" level="0">
+ <city name="閰掓硥甯�" num="09" level="1">
+ <country name="鑲冨窞鍖�" num="02" level="2" />
</city>
</province>
</districts>
<dictionaries>
<dict code="protocol" title="鍗忚" valueType="2">
<dictItem>
- <item1 dictCode="protocol" value="p206V1_0_1" name="鑰佸崗璁�" status="1" sort="0" />
+ <item1 dictCode="protocol" value="p206V1" name="鑰佸崗璁�" status="1" sort="0" />
<item2 dictCode="protocol" value="p206V202404" name="鏂板崗璁�" status="0" sort="1" />
</dictItem>
</dict>
@@ -97,6 +105,14 @@
<item7 defaultValue = "50" unit = "3" sort = "3" type = "2"/>
<item8 defaultValue = "80" unit = "3" sort = "4" type = "2"/>
</irrigateProfile>
+ <rechargeProfile>
+ <item1 rechargeAmount = "5000" sort = "1"/>
+ <item2 rechargeAmount = "10000" sort = "2" />
+ <item3 rechargeAmount = "20000" sort = "3"/>
+ <item4 rechargeAmount = "30000" sort = "4"/>
+ <item5 rechargeAmount = "50000" sort = "5"/>
+ <item6 rechargeAmount = "100000" sort = "6"/>
+ </rechargeProfile>
</org2>
<org3 tag="test" name="娴嬭瘯" enable="true">
<districts>
@@ -109,7 +125,7 @@
<dictionaries>
<dict code="protocol" title="鍗忚" valueType="2">
<dictItem>
- <item1 dictCode="protocol" value="p206V1_0_1" name="鑰佸崗璁�" status="1" sort="0" />
+ <item1 dictCode="protocol" value="p206V1" name="鑰佸崗璁�" status="1" sort="0" />
<item2 dictCode="protocol" value="p206V202404" name="鏂板崗璁�" status="0" sort="1" />
</dictItem>
</dict>
@@ -145,6 +161,14 @@
<item7 defaultValue = "50" unit = "3" sort = "3" type = "2"/>
<item8 defaultValue = "80" unit = "3" sort = "4" type = "2"/>
</irrigateProfile>
+ <rechargeProfile>
+ <item1 rechargeAmount = "5000" sort = "1"/>
+ <item2 rechargeAmount = "10000" sort = "2" />
+ <item3 rechargeAmount = "20000" sort = "3"/>
+ <item4 rechargeAmount = "30000" sort = "4"/>
+ <item5 rechargeAmount = "50000" sort = "5"/>
+ <item6 rechargeAmount = "100000" sort = "6"/>
+ </rechargeProfile>
</org3>
</orgs>
</config>
\ No newline at end of file
--
Gitblit v1.8.0