update 种子文件转为XML格式
This commit is contained in:
23
Api/Ewide.Core/SeedDataXml/SysTenant.xml
Normal file
23
Api/Ewide.Core/SeedDataXml/SysTenant.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<ArrayOfSysTenant xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SysTenant>
|
||||
<Id>506a14b7-882d-4548-96fa-a55dbe79bfa1</Id>
|
||||
<CreatedTime />
|
||||
<UpdatedTime xsi:nil="true" />
|
||||
<IsDeleted>false</IsDeleted>
|
||||
<Name>默认租户</Name>
|
||||
<Host>localhost:5566</Host>
|
||||
<Email>zuohuaijun@163.com</Email>
|
||||
<Phone>18020030720</Phone>
|
||||
<Connection>Data Source=./Ewide.db</Connection>
|
||||
</SysTenant>
|
||||
<SysTenant>
|
||||
<Id>eed8c4a6-70d8-49fd-9566-21a6966bb702</Id>
|
||||
<CreatedTime />
|
||||
<UpdatedTime xsi:nil="true" />
|
||||
<IsDeleted>false</IsDeleted>
|
||||
<Name>其他租户</Name>
|
||||
<Host>localhost:5588</Host>
|
||||
<Connection>Data Source=./Dilon_1.db</Connection>
|
||||
</SysTenant>
|
||||
</ArrayOfSysTenant>
|
||||
Reference in New Issue
Block a user