tijian_jichuang/文档/数据库文档 - 副本.sdm
2025-02-20 11:57:51 +08:00

293 lines
18 KiB
XML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-16"?>
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Project1</Name>
<Caption />
<Namespace />
<OutPutFolder />
<Language>C#</Language>
<DatabaseType>SQL2008</DatabaseType>
<DbServer />
<DbUser />
<DbPassword />
<DbName />
<Index>false</Index>
<AutoProperty>true</AutoProperty>
<ColumnNameUpper>false</ColumnNameUpper>
<PropertyFirstUpper>false</PropertyFirstUpper>
<ShowDbType>true</ShowDbType>
<SwitchDbType>false</SwitchDbType>
<GeneratAddIn>false</GeneratAddIn>
<IntegratePrint>false</IntegratePrint>
<RootEntities>
<RootEntity>
<Directory />
<ClassName>Modules</ClassName>
<Caption>模块</Caption>
<TextPropertie />
<NameSpace />
<MapTable>Modules</MapTable>
<Properties>
<Property>
<Name>ID</Name>
<Type>string</Type>
<Caption>ID</Caption>
<ColumnName>ID</ColumnName>
<DbType>VARCHAR</DbType>
<DefaultValue />
<Size>32</Size>
<Scale>0</Scale>
<PrimaryKey>true</PrimaryKey>
<Identity>false</Identity>
<Timestamp>false</Timestamp>
<CacheUpdated>false</CacheUpdated>
<NotNull>true</NotNull>
<Virtual>false</Virtual>
<RefEntity />
<RefProperty />
<CalcProperty>false</CalcProperty>
<CalcExpression />
<Visible>true</Visible>
<Width>80</Width>
<Alignment>Left</Alignment>
<Format />
<Index>0</Index>
</Property>
<Property>
<Name>ModuleName</Name>
<Type>string</Type>
<Caption>名称</Caption>
<ColumnName>ModuleName</ColumnName>
<DbType>VARCHAR</DbType>
<DefaultValue />
<Size>60</Size>
<Scale>0</Scale>
<PrimaryKey>false</PrimaryKey>
<Identity>false</Identity>
<Timestamp>false</Timestamp>
<CacheUpdated>false</CacheUpdated>
<NotNull>false</NotNull>
<Virtual>false</Virtual>
<RefEntity />
<RefProperty />
<CalcProperty>false</CalcProperty>
<CalcExpression />
<Visible>true</Visible>
<Width>80</Width>
<Alignment>Left</Alignment>
<Format />
<Index>0</Index>
</Property>
<Property>
<Name>ModuleType</Name>
<Type>byte</Type>
<Caption>模块类型</Caption>
<ColumnName>ModuleType</ColumnName>
<DbType>TINYINT</DbType>
<DefaultValue />
<Size>0</Size>
<Scale>0</Scale>
<PrimaryKey>false</PrimaryKey>
<Identity>false</Identity>
<Timestamp>false</Timestamp>
<CacheUpdated>false</CacheUpdated>
<NotNull>false</NotNull>
<Virtual>false</Virtual>
<RefEntity />
<RefProperty />
<CalcProperty>false</CalcProperty>
<CalcExpression />
<Visible>true</Visible>
<Width>80</Width>
<Alignment>Left</Alignment>
<Format />
<Index>0</Index>
</Property>
<Property>
<Name>DLLId</Name>
<Type>int</Type>
<Caption>所在DLLId</Caption>
<ColumnName>DLLId</ColumnName>
<DbType>INT</DbType>
<DefaultValue />
<Size>0</Size>
<Scale>0</Scale>
<PrimaryKey>false</PrimaryKey>
<Identity>false</Identity>
<Timestamp>false</Timestamp>
<CacheUpdated>false</CacheUpdated>
<NotNull>false</NotNull>
<Virtual>false</Virtual>
<RefEntity />
<RefProperty />
<CalcProperty>false</CalcProperty>
<CalcExpression />
<Visible>true</Visible>
<Width>80</Width>
<Alignment>Left</Alignment>
<Format />
<Index>0</Index>
</Property>
<Property>
<Name>FullName</Name>
<Type>string</Type>
<Caption>程序集名称</Caption>
<ColumnName>FullName</ColumnName>
<DbType>VARCHAR</DbType>
<DefaultValue />
<Size>128</Size>
<Scale>0</Scale>
<PrimaryKey>false</PrimaryKey>
<Identity>false</Identity>
<Timestamp>false</Timestamp>
<CacheUpdated>false</CacheUpdated>
<NotNull>false</NotNull>
<Virtual>false</Virtual>
<RefEntity />
<RefProperty />
<CalcProperty>false</CalcProperty>
<CalcExpression />
<Visible>true</Visible>
<Width>80</Width>
<Alignment>Left</Alignment>
<Format />
<Index>0</Index>
</Property>
</Properties>
<RefEntities />
<ChildEntities />
<RefEnums />
</RootEntity>
<RootEntity>
<Directory />
<ClassName>ModuleDll</ClassName>
<Caption>程序集DLL</Caption>
<TextPropertie />
<NameSpace />
<MapTable>ModuleDll</MapTable>
<Properties>
<Property>
<Name>ID</Name>
<Type>int</Type>
<Caption>ID</Caption>
<ColumnName>ID</ColumnName>
<DbType>INT</DbType>
<DefaultValue />
<Size>0</Size>
<Scale>0</Scale>
<PrimaryKey>true</PrimaryKey>
<Identity>true</Identity>
<Timestamp>false</Timestamp>
<CacheUpdated>false</CacheUpdated>
<NotNull>true</NotNull>
<Virtual>false</Virtual>
<RefEntity />
<RefProperty />
<CalcProperty>false</CalcProperty>
<CalcExpression />
<Visible>true</Visible>
<Width>80</Width>
<Alignment>Left</Alignment>
<Format />
<Index>0</Index>
</Property>
<Property>
<Name>DLLName</Name>
<Type>string</Type>
<Caption>DLL名称</Caption>
<ColumnName>DLLName</ColumnName>
<DbType>VARCHAR</DbType>
<DefaultValue />
<Size>128</Size>
<Scale>0</Scale>
<PrimaryKey>false</PrimaryKey>
<Identity>false</Identity>
<Timestamp>false</Timestamp>
<CacheUpdated>false</CacheUpdated>
<NotNull>false</NotNull>
<Virtual>false</Virtual>
<RefEntity />
<RefProperty />
<CalcProperty>false</CalcProperty>
<CalcExpression />
<Visible>true</Visible>
<Width>80</Width>
<Alignment>Left</Alignment>
<Format />
<Index>0</Index>
</Property>
<Property>
<Name>DLLData</Name>
<Type>byte[]</Type>
<Caption>DLL内容</Caption>
<ColumnName>DLLData</ColumnName>
<DbType>IMAGE</DbType>
<DefaultValue />
<Size>512</Size>
<Scale>0</Scale>
<PrimaryKey>false</PrimaryKey>
<Identity>false</Identity>
<Timestamp>false</Timestamp>
<CacheUpdated>false</CacheUpdated>
<NotNull>false</NotNull>
<Virtual>false</Virtual>
<RefEntity />
<RefProperty />
<CalcProperty>false</CalcProperty>
<CalcExpression />
<Visible>true</Visible>
<Width>80</Width>
<Alignment>Left</Alignment>
<Format />
<Index>0</Index>
</Property>
<Property>
<Name>LastUpdateTime</Name>
<Type>DateTime</Type>
<Caption>最后修改时间</Caption>
<ColumnName>LastUpdateTime</ColumnName>
<DbType>DATETIME</DbType>
<DefaultValue />
<Size>0</Size>
<Scale>0</Scale>
<PrimaryKey>false</PrimaryKey>
<Identity>false</Identity>
<Timestamp>false</Timestamp>
<CacheUpdated>false</CacheUpdated>
<NotNull>false</NotNull>
<Virtual>false</Virtual>
<RefEntity />
<RefProperty />
<CalcProperty>false</CalcProperty>
<CalcExpression />
<Visible>true</Visible>
<Width>80</Width>
<Alignment>Left</Alignment>
<Format />
<Index>0</Index>
</Property>
</Properties>
<RefEntities />
<ChildEntities />
<RefEnums />
</RootEntity>
</RootEntities>
<Models>
<Model>
<Name>主模型</Name>
<Buffer>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;Document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" HideNonsenceLabels="false"&gt;
&lt;EntityTypes /&gt;
&lt;EnumTypes /&gt;
&lt;Connections /&gt;
&lt;/Document&gt;</Buffer>
</Model>
</Models>
<RefProjects />
<Enumerations />
<Directorys />
<Lists />
<Forms />
<AutoUI>false</AutoUI>
<MetaInteraction>false</MetaInteraction>
<IsNulle>false</IsNulle>
</Project>