补充提交
This commit is contained in:
parent
5934dc7220
commit
25aeddb915
@ -894,6 +894,42 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="APP_MENU_INFO" label="" keyAttributes="menuid">
|
||||
<attributes>
|
||||
<attribute name="menuid" label="菜单编号" type="STRING" length="32"/>
|
||||
<attribute name="menuname" label="菜单名称" type="STRING" length="250"/>
|
||||
<attribute name="displayname" label="显示名称" type="STRING" length="32"/>
|
||||
<attribute name="sortno" label="编号" type="STRING" length="32"/>
|
||||
<attribute name="isinuse" label="是否使用" type="STRING" length="1"/>
|
||||
<attribute name="remark" label="备注" type="STRING" length="250"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
||||
<attribute name="inputuserid" label="登记用户id" type="STRING" length="32"/>
|
||||
<attribute name="inputtime" label="登录时间" type="STRING" length="20"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="20"/>
|
||||
<attribute name="icon" label="图标" type="STRING" length="80"/>
|
||||
<attribute name="appicon" label="大图标" type="STRING" length="80"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="app_menu_info" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="APP_ROLE_MENU" label="app角色、菜单关联" keyAttributes="menuid,roleid">
|
||||
<attributes>
|
||||
<attribute name="roleid" label="roleid" type="STRING" length="32"/>
|
||||
<attribute name="menuid" label="menuid" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="app_role_menu" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user