Commit 64ccccad by shiwenbo

组织机构增加销售计划生成时间字段

parent dfef8199
......@@ -41,6 +41,10 @@
<annotation id='n544a6100-2a92-42e9-8558-6c5e5833c217' attributeId='n2d966eb7-8acf-431b-87fe-147167a15f47' name='length' value='100'>
</annotation>
</attribute>
<attribute id='10bccca6-1883-4f8a-bdce-e5d339da32b1' name='generateSalePlanTime' columnName='generate_sale_plan_time' title='销售计划生成时间' type='string' default='' precision='' isArray='false'>
<annotation id='78ce8451-849a-41ed-90dc-2fd3d8a632a9' attributeId='9e58ba4c-2ec3-492c-8ec5-9e1b64cc1852' name='length' value='100'>
</annotation>
</attribute>
<attribute id='8a9c2549-d7fd-4874-970f-a38c7eaf4955' name='department' columnName='department' title='部门' type='com.beecode.bap.department.datamodel.Department' default='' precision='' isArray='false'>
<annotation id='31b269b5-aa63-440d-8ca0-6e9a8d54e5d3' attributeId='b6231426-0fb5-47c3-a7ce-75408c4135b0' name='mappingType' value='many-to-one'>
</annotation>
......
......@@ -202,6 +202,29 @@
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>bcp.type.constraint.StringLength</m:type>
<m:value>100</m:value>
</m:annotation>
<m:annotation>
<m:type>javax.persistence.Column</m:type>
<m:properties>
<m:property>
<m:key>name</m:key>
<m:value>generate_sale_plan_time</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>10bccca6-1883-4f8a-bdce-e5d339da32b1</m:id>
<m:name>generateSalePlanTime</m:name>
<m:title>销售计划生成时间</m:title>
<m:type>string</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>javax.persistence.ManyToOne</m:type>
</m:annotation>
<m:annotation>
......
......@@ -101,6 +101,16 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>generateSalePlanTime</m:name>
<m:title>销售计划生成时间</m:title>
<m:type>string</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>createTime</m:name>
<m:title>创建时间</m:title>
<m:type>datetime</m:type>
......
......@@ -57,6 +57,9 @@
<property name="planningCycle" type="nstring" not-null="false">
<column name="planning_cycle" length="100"></column>
</property>
<property name="generateSalePlanTime" type="nstring" not-null="false">
<column name="generate_sale_plan_time" length="100"></column>
</property>
<many-to-one name="department" entity-name="com.beecode.bap.department.datamodel.Department" fetch="select">
<column name="department" not-null="false"/>
</many-to-one>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment