|
|
@ -1,6 +1,6 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<?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"> |
|
|
|
<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"/> |
|
|
|
<module name="Log" package="Log" table-prefix="" repo-package=""/> |
|
|
|
<entity hashAll="false" logUpdates="true" persistable="true" name="LogEntity" cacheable="false" lang="java" strategy="SINGLE" table="sys_log"> |
|
|
|
<entity hashAll="false" logUpdates="true" persistable="true" name="LogEntity" cacheable="false" lang="java" strategy="SINGLE" table="sys_log"> |
|
|
|
<string actOverwrite="false" copy="true" column="CONTENT" massUpdate="false" name="content" isJudg="false"/> |
|
|
|
<string actOverwrite="false" copy="true" column="CONTENT" massUpdate="false" name="content" isJudg="false"/> |
|
|
|
<string nullable="true" actOverwrite="false" copy="true" column="DEPT" massUpdate="false" name="dept" isJudg="false"/> |
|
|
|
<string nullable="true" actOverwrite="false" copy="true" column="DEPT" massUpdate="false" name="dept" isJudg="false"/> |
|
|
@ -22,6 +22,12 @@ |
|
|
|
<string nullable="true" actOverwrite="false" copy="true" column="USERAUTHDESC" massUpdate="false" name="userAuthDesc" isJudg="false"/> |
|
|
|
<string nullable="true" actOverwrite="false" copy="true" column="USERAUTHDESC" massUpdate="false" name="userAuthDesc" isJudg="false"/> |
|
|
|
<string actOverwrite="false" copy="true" column="USERID" massUpdate="false" name="userId" isJudg="false"/> |
|
|
|
<string actOverwrite="false" copy="true" column="USERID" massUpdate="false" name="userId" isJudg="false"/> |
|
|
|
<string actOverwrite="false" title="应用" copy="true" massUpdate="false" name="app" isJudg="false"/> |
|
|
|
<string actOverwrite="false" title="应用" copy="true" massUpdate="false" name="app" isJudg="false"/> |
|
|
|
|
|
|
|
<integer actOverwrite="false" title="存储阈值" copy="true" massUpdate="false" name="threshold" isJudg="false"/> |
|
|
|
|
|
|
|
<enum title="备份周期" massUpdate="false" ref="module.BackupCycle" name="backupCycle" copy="true"/> |
|
|
|
|
|
|
|
<string actOverwrite="false" title="密码" copy="true" massUpdate="false" name="password" isJudg="false"/> |
|
|
|
|
|
|
|
<string actOverwrite="false" title="确认密码" copy="true" massUpdate="false" name="confirmPassword" isJudg="false"/> |
|
|
|
|
|
|
|
<datetime actOverwrite="false" title="开始时间" massUpdate="false" name="exportStartTime" copy="true" isJudg="false"/> |
|
|
|
|
|
|
|
<datetime actOverwrite="false" title="结束时间" massUpdate="false" name="exportEndTime" copy="true" isJudg="false"/> |
|
|
|
<string actOverwrite="false" copy="true" massUpdate="false" name="address" isJudg="false"/> |
|
|
|
<string actOverwrite="false" copy="true" massUpdate="false" name="address" isJudg="false"/> |
|
|
|
</entity> |
|
|
|
</entity> |
|
|
|
</domain-models> |
|
|
|
</domain-models> |
|
|
|