1.角色图 完善属性描述.

This commit is contained in:
翟林帆 2022-07-25 14:07:33 +08:00
parent d34cf0caa7
commit b75c7b4cff

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<attributes type="customer">
<attribute key="post_text" title="岗位文本" type="string" value="" desc="岗位文本信息" isRequired="false" ref="" readonly="false" groupPath="baseAttribute" scope="*" isValid="true"/>
<attribute key="post_test" title="岗位" type="string" value="" desc="岗位" isRequired="false" ref="" readonly="false" groupPath="baseAttribute" scope="*" isValid="true"/>
<attribute key="number" title="编号" type="string" value="" desc="编号" isRequired="false" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="desc" title="描述" type="textarea" value="" desc="描述" isRequired="false" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
@ -11,4 +10,5 @@
<attribute key="calculation_proportion" title="计算比例" type="string" value="" desc="计算比例" isRequired="false" ref="" readonly="false" groupPath="targetCount" scope="*" isValid="true"/>
<attribute key="calculation_frequency" title="计算频率" type="string" value="" desc="计算频率" isRequired="false" ref="" readonly="false" groupPath="targetCount" scope="*" isValid="true"/>
<attribute key="post" title="岗位" type="relation" value="" desc="岗位" isRequired="false" ref="{&quot;method&quot;:&quot;org.normal&quot;,&quot;type&quot;:&quot;shape&quot;,&quot;multiple&quot;:true,&quot;value&quot;:&quot;&quot;}" readonly="true" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="post_text" title="岗位文本" type="textarea" value="" desc="岗位文本" isRequired="false" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
</attributes>