|
|
|
@ -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="com.module.enmus" package="module"/> |
|
|
|
|
<enum name="OperateType" numeric="true"> |
|
|
|
|
<enum name="OperateType" numeric="false"> |
|
|
|
|
<item name="Login" title="登录" value="登录"/> |
|
|
|
|
<item name="Exit" title="退出" value="退出"/> |
|
|
|
|
<item name="New" title="新建" value="新建"/> |
|
|
|
|