liurunyu
2024-11-08 e3aae0ec49b7423d4e8a9c903fe0b9852c89d6b6
pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
@@ -11,10 +11,12 @@
                </province>
            </districts>
            <dictionaries>
                <dict code="protocol" title="协议" valueType="2">
                <dict code="icProtocol" title="IC卡协议" valueType="2">
                    <dictItem>
                        <item1 dictCode="protocol" value="p206V1" name="老协议" status="1" sort="0" />
                        <item2 dictCode="protocol" value="p206V202404" name="新协议" status="0" sort="1" />
                        <!-- 靳建伟版本IC卡协议 卡中编号已经加长(与王江海版本一致),与纯老版本协议不同 -->
                        <item1 dictCode="icProtocol" value="icP202203" name="老卡协议" status="1" sort="0" />
                        <!-- 王江海版本IC卡协议 -->
                        <item2 dictCode="icProtocol" value="icP202404" name="新卡协议" status="0" sort="1" />
                    </dictItem>
                </dict>
            </dictionaries>
@@ -49,6 +51,14 @@
                <item7 defaultValue = "50" unit = "3" sort = "3" type = "2"/>
                <item8 defaultValue = "80" unit = "3" sort = "4" type = "2"/>
            </irrigateProfile>
            <rechargeProfile>
                <item1 rechargeAmount = "50" sort = "1"/>
                <item2 rechargeAmount = "100" sort = "2" />
                <item3 rechargeAmount = "200" sort = "3"/>
                <item4 rechargeAmount = "300" sort = "4"/>
                <item5 rechargeAmount = "500" sort = "5"/>
                <item6 rechargeAmount = "1000" sort = "6"/>
            </rechargeProfile>
        </org1>
        <org2 tag="sp" name="沙盘" enable="true">
            <districts>
@@ -59,10 +69,12 @@
                </province>
            </districts>
            <dictionaries>
                <dict code="protocol" title="协议" valueType="2">
                <dict code="icProtocol" title="IC卡协议" valueType="2">
                    <dictItem>
                        <item1 dictCode="protocol" value="p206V1" name="老协议" status="1" sort="0" />
                        <item2 dictCode="protocol" value="p206V202404" name="新协议" status="0" sort="1" />
                        <!-- 靳建伟版本IC卡协议 卡中编号已经加长(与王江海版本一致),与纯老版本协议不同 -->
                        <item1 dictCode="icProtocol" value="icP202203" name="老卡协议" status="1" sort="0" />
                        <!-- 王江海版本IC卡协议 -->
                        <item2 dictCode="icProtocol" value="icP202404" name="新卡协议" status="0" sort="1" />
                    </dictItem>
                </dict>
            </dictionaries>
@@ -97,6 +109,14 @@
                <item7 defaultValue = "50" unit = "3" sort = "3" type = "2"/>
                <item8 defaultValue = "80" unit = "3" sort = "4" type = "2"/>
            </irrigateProfile>
            <rechargeProfile>
                <item1 rechargeAmount = "50" sort = "1"/>
                <item2 rechargeAmount = "100" sort = "2" />
                <item3 rechargeAmount = "200" sort = "3"/>
                <item4 rechargeAmount = "300" sort = "4"/>
                <item5 rechargeAmount = "500" sort = "5"/>
                <item6 rechargeAmount = "1000" sort = "6"/>
            </rechargeProfile>
        </org2>
        <org3 tag="test" name="测试" enable="true">
            <districts>
@@ -107,10 +127,12 @@
                </province>
            </districts>
            <dictionaries>
                <dict code="protocol" title="协议" valueType="2">
                <dict code="icProtocol" title="IC卡协议" valueType="2">
                    <dictItem>
                        <item1 dictCode="protocol" value="p206V1" name="老协议" status="1" sort="0" />
                        <item2 dictCode="protocol" value="p206V202404" name="新协议" status="0" sort="1" />
                        <!-- 靳建伟版本IC卡协议 卡中编号已经加长(与王江海版本一致),与纯老版本协议不同 -->
                        <item1 dictCode="icProtocol" value="icP202203" name="老卡协议" status="1" sort="0" />
                        <!-- 王江海版本IC卡协议 -->
                        <item2 dictCode="icProtocol" value="icP202404" name="新卡协议" status="0" sort="1" />
                    </dictItem>
                </dict>
            </dictionaries>
@@ -145,6 +167,14 @@
                <item7 defaultValue = "50" unit = "3" sort = "3" type = "2"/>
                <item8 defaultValue = "80" unit = "3" sort = "4" type = "2"/>
            </irrigateProfile>
            <rechargeProfile>
                <item1 rechargeAmount = "50" sort = "1"/>
                <item2 rechargeAmount = "100" sort = "2" />
                <item3 rechargeAmount = "200" sort = "3"/>
                <item4 rechargeAmount = "300" sort = "4"/>
                <item5 rechargeAmount = "500" sort = "5"/>
                <item6 rechargeAmount = "1000" sort = "6"/>
            </rechargeProfile>
        </org3>
    </orgs>
</config>