mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-06 23:05:36 +08:00
22 lines
457 B
XML
22 lines
457 B
XML
<app>
|
|
<name>经销商</name>
|
|
<description>经销商管理</description>
|
|
|
|
<author>
|
|
<name>author name</name>
|
|
<email>author email</email>
|
|
<url>http://author.example.com</url>
|
|
</author>
|
|
|
|
<version>0.1.0</version>
|
|
<license>Mit license</license>
|
|
<parent_model_class>dbeav_model</parent_model_class>
|
|
|
|
<depends>
|
|
<app>base</app>
|
|
<app>ome</app>
|
|
<app>material</app>
|
|
</depends>
|
|
|
|
</app>
|