|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<?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"> |
|
|
|
|
<entity hashAll="false" logUpdates="true" persistable="true" name="LogBackup" cacheable="false" lang="java" strategy="SINGLE" table="sys_log_backup"> |
|
|
|
|
<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"/> |
|
|
|
|