first commit

This commit is contained in:
2025-02-20 14:59:35 +08:00
parent d7be84fac6
commit d4a3bb8ffc
2541 changed files with 336536 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ZhiqimORM
Bundle-SymbolicName: zhiqim_orm
Bundle-Version: 1.5.0
Export-Package: org.zhiqim.orm,
org.zhiqim.orm.annotation,
org.zhiqim.orm.config,
org.zhiqim.orm.datasource,
org.zhiqim.orm.dbo,
org.zhiqim.orm.dbo.condition,
org.zhiqim.orm.dbo.defined,
org.zhiqim.orm.executor,
org.zhiqim.orm.policy
Require-Bundle: zhiqim
Bundle-RequiredExecutionEnvironment: JavaSE-1.7