XmlSeedData 修改提交

This commit is contained in:
2021-05-08 16:29:18 +08:00
parent 16f8c30ff0
commit 0bab58c1d7
4 changed files with 37 additions and 10 deletions

View File

@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<ArrayOfSysAreaCode xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SysAreaCode>
<Code>3302</Code>
<AdCode>3302</AdCode>
<Name>XX市</Name>
<Note>XX市</Note>
<LevelType>1</LevelType>
<Sort>0</Sort>
</SysAreaCode>
<SysAreaCode>
<Code>330266</Code>
<AdCode>330266</AdCode>
<Name>测试区</Name>
<Note>测试区</Note>
<LevelType>2</LevelType>
<Sort>100</Sort>
</SysAreaCode>
<SysAreaCode>
<Code>330266001</Code>
<AdCode>330266001</AdCode>
<Name>测试街道</Name>
<Note>测试街道</Note>
<LevelType>3</LevelType>
<Sort>0</Sort>
</SysAreaCode>
</ArrayOfSysAreaCode>