接口平台任务分配

This commit is contained in:
lixuebo 2019-10-12 09:53:17 +08:00
parent 014eae44ae
commit d6f4d7d51b

View File

@ -3183,5 +3183,48 @@
</managerProperties>
</manager>
</class>
<class name="PF_TASK_ALLOCATION_ROLE" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="ROLEID" label="角色编号" type="STRING" length="32"/>
<attribute name="ROLENAME" label="角色名" type="STRING" length="80"/>
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="UPDATEORG" label="更新部门" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_task_allocation_role" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PF_TASK_ALLOCATION_USER" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="ROLEID" label="角色编号" type="STRING" length="32"/>
<attribute name="USERID" label="用户编号" type="STRING" length="32"/>
<attribute name="USERNAME" label="用户姓名" type="STRING" length="32"/>
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
<attribute name="WEIGHT" label="权重" type="STRING" length="32"/>
<attribute name="NUMBER_OF_TASKS" label="任务数量" type="STRING" length="32"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORG" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_task_allocation_user" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>