更新配置

This commit is contained in:
liuz 2018-06-20 21:34:58 +08:00
parent e9f27dd2ac
commit ec43cb8a6c

View File

@ -248,6 +248,44 @@
</managerProperties>
</manager>
</class>
<class name="LM_PRODUCT_DISTRIBUTOR_GROUP" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="主键" type="STRING" length="40"/>
<attribute name="productid" label="产品id" type="STRING" length="32"/>
<attribute name="distributgroupid" label="经销商集团id" type="STRING" length="32"/>
<attribute name="productname" label="产品名称" type="STRING" length="32"/>
<attribute name="distributgroupname" label="经销商集团名称" type="STRING" length="10"/>
<attribute name="ITEM1" label="扩展属性1" type="STRING" length="10"/>
<attribute name="ITEM2" label="扩展属性2" type="STRING" length="10"/>
<attribute name="ITEM3" label="扩展属性3" type="STRING" length="10"/>
<attribute name="ITEM4" label="扩展属性4" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_product_distributor_group" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_PRODUCT_DISTRICT" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="主键" type="STRING" length="40"/>
<attribute name="productid" label="产品id" type="STRING" length="32"/>
<attribute name="districtid" label="区域id" type="STRING" length="32"/>
<attribute name="productname" label="产品名称" type="STRING" length="32"/>
<attribute name="districtname" label="区域名称" type="STRING" length="10"/>
<attribute name="ITEM1" label="扩展属性1" type="STRING" length="10"/>
<attribute name="ITEM2" label="扩展属性2" type="STRING" length="10"/>
<attribute name="ITEM3" label="扩展属性3" type="STRING" length="10"/>
<attribute name="ITEM4" label="扩展属性4" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_product_district" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.officetempalte" >
<class name="BF_PARAMCONFIG" label="参数配置" keyAttributes="ID">