You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
652 B

<?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="UserAuth">
<item name="SystemManageUser" title="系统管理员" value="4"/>
<item name="SecurityUser" title="安全保密员" value="1"/>
<item name="SecurityAuditUser" title="安全审计员" value="2"/>
<item name="ServiceUser" title="业务用户" value="3"/>
</enum>
</domain-models>