hypaas
7 months ago
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<domain-models xmlns="http://hypaas.com/xml/ns/domain-models" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/domain-models http://hypaas.com/xml/ns/domain-models/domain-models_5.2.xsd"> |
||||
<module name="Log" package="Log" table-prefix="" repo-package=""/> |
||||
<entity hashAll="false" logUpdates="true" persistable="true" name="LogBackup" cacheable="false" lang="java" strategy="SINGLE"> |
||||
<integer actOverwrite="false" title="存储阈值" copy="true" massUpdate="false" name="threshold" isJudg="false"/> |
||||
<integer actOverwrite="false" title="备份周期" copy="true" massUpdate="false" name="backupCycle" isJudg="false"/> |
||||
<string actOverwrite="false" title="备份开始日期" copy="true" massUpdate="false" name="backupStartTime" isJudg="false"/> |
||||
</entity> |
||||
</domain-models> |
Loading…
Reference in new issue