|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
<entity hashAll="false" logUpdates="true" persistable="true" name="LogConfig" cacheable="false" lang="java" strategy="SINGLE" table="sys_log_config"> |
|
|
|
|
<string actOverwrite="false" title="日志起始时间" copy="true" massUpdate="false" name="logStartTime" isJudg="false"/> |
|
|
|
|
<string actOverwrite="false" title="日志结束时间" copy="true" massUpdate="false" name="logEndTime" isJudg="false"/> |
|
|
|
|
<string actOverwrite="false" title="备份大小" copy="true" massUpdate="false" name="thresholdSize" isJudg="false"/> |
|
|
|
|
<string actOverwrite="false" title="系统管理员备份大小" copy="true" massUpdate="false" name="thresholdSystemManageUserSize" isJudg="false"/> |
|
|
|
|
<enum title="日志状态" massUpdate="false" ref="module.LogStatus" name="status" copy="true"/> |
|
|
|
|
<string actOverwrite="false" title="备份时间" copy="true" massUpdate="false" name="backupTime" isJudg="false"/> |
|
|
|
|
<string actOverwrite="false" title="记录类型" copy="true" massUpdate="false" name="recordType" isJudg="false"/> |
|
|
|
@ -12,5 +12,8 @@
|
|
|
|
|
<integer actOverwrite="false" title="备份周期" copy="true" massUpdate="false" name="backupCycle" isJudg="false"/> |
|
|
|
|
<string actOverwrite="false" title="备份开始日期" copy="true" massUpdate="false" name="backupStartTime" isJudg="false"/> |
|
|
|
|
<string actOverwrite="false" title="文件路径" copy="true" massUpdate="false" name="filePath" isJudg="false"/> |
|
|
|
|
<string actOverwrite="false" title="安全保密员备份大小" copy="true" massUpdate="false" name="thresholdSecurityUserSize" isJudg="false"/> |
|
|
|
|
<string actOverwrite="false" title="安全审计员备份大小" copy="true" massUpdate="false" name="thresholdSecurityAuditUserSize" isJudg="false"/> |
|
|
|
|
<string actOverwrite="false" title="业务用户备份大小" copy="true" massUpdate="false" name="thresholdServiceUserSize" isJudg="false"/> |
|
|
|
|
</entity> |
|
|
|
|
</domain-models> |
|
|
|
|