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.
11 lines
588 B
11 lines
588 B
11 months ago
|
<?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="Module">
|
||
|
<item name="WMM" value="处理器管理模块"/>
|
||
|
<item name="SMM" value="存储器管理模块"/>
|
||
|
<item name="DEMM" value="设备管理模块"/>
|
||
|
<item name="DMM" value="文件管理模块"/>
|
||
|
</enum>
|
||
|
</domain-models>
|