微信问题配置JBO

This commit is contained in:
xiezhiwen 2019-11-22 16:19:17 +08:00
parent f630e74224
commit 8d43b788ed

View File

@ -4905,6 +4905,27 @@
</managerProperties>
</manager>
</class>
<class name="WECHAT_PROBLEM_GUIDE" label="微信问题指引 " keyAttributes="id" >
<attributes>
<attribute name="id" label="唯一标识" type="STRING" length="32"/>
<attribute name="PROBLEM_SORT" label="排序" type="STRING" length="32"/>
<attribute name="PROBLEM_NAME" label="问题名称" type="STRING" length="65535"/>
<attribute name="PROBLEM_ANSWER" label="问题解答" type="STRING" length="65535"/>
<attribute name="PROBLEM_STATUS" label="Y表示启用N表示不启用" type="STRING" length="3"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="变更人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="变更部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="变更时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="wechat_problem_guide" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.guaranty">
<class name="GUARANTY_CONTRACT" label="担保合同信息" keyAttributes="SERIALNO">