Commit 26c02c2e by 杨清松

需用计划加创建人

parent 0f1f4285
......@@ -63,6 +63,14 @@
<annotation id='d7f8eac6-3f6d-4847-b6ea-ceeedadffbb6' attributeId='fcff3632-1871-4b01-97b7-7debaaed13e8' name='length' value='undefined'>
</annotation>
</attribute>
<attribute id='d46bfe16-a5a0-476e-a495-52ba4f953412' name='createUser' columnName='create_user' title='创建人' type='string' default='' precision='' isArray='false'>
<annotation id='5a75f2da-67c2-4e98-a72c-43b631cd1eab' attributeId='c578891e-df62-474f-873a-80b0fd4f211b' name='length' value='100'>
</annotation>
</attribute>
<attribute id='0838c295-883c-4b50-b4b6-1ed627763181' name='modifyUser' columnName='modify_user' title='修改人' type='string' default='' precision='' isArray='false'>
<annotation id='a61aa054-3efa-41b0-bc5b-57c7c85ae12b' attributeId='ac88d86e-db98-4702-a327-05a6284ea8bd' name='length' value='100'>
</annotation>
</attribute>
<childModel id='d667dff0-2b8b-497c-ba26-99b9d0e4de2f' attributeId='b706360e-39b1-44c5-9ed6-0b82c4a72807' refParentAttributeId='ccddb9cc-707e-4c56-890b-5272f1268d3c' name='NeedPlanDetail' tableName='xyst_dinas_sales_need_plan_detail' domainInherit='' title='需用计划明细表' >
<parent>com.beecode.bap.biztrait.datamodel.StoreSubTableRequirement</parent>
<attribute id='4c3923a4-9631-439f-bdac-1ee06c057765' name='dinasType' columnName='dinas_type' title='砂石类型' type='com.xyst.dinas.biz.datamodel.DinasType' default='' precision='' isArray='false'>
......
......@@ -239,6 +239,24 @@
</ref>
<description></description>
</field>
<field title='创建人'>
<name>createUser</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='修改人'>
<name>modifyUser</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
</customQuery>
</content>
</model>
\ No newline at end of file
......@@ -59,6 +59,15 @@
</ref>
<description></description>
</field>
<field title='业务type'>
<name>billType</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='预警指标'>
<name>target</name>
<type>string</type>
......
......@@ -311,6 +311,52 @@
<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>create_user</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>d46bfe16-a5a0-476e-a495-52ba4f953412</m:id>
<m:name>createUser</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>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>modify_user</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>0838c295-883c-4b50-b4b6-1ed627763181</m:id>
<m:name>modifyUser</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>com.beecode.bap.biztrait.datamodel.SubTableAnnotation</m:type>
</m:annotation>
</m:annotations>
......
......@@ -270,6 +270,26 @@
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>createUser</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>modifyUser</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:fields>
</m:query>
</content>
......
......@@ -3,7 +3,7 @@
<specification>1.0</specification>
<id>62ee19e3-374c-4954-bcb8-eab78f76dd1f</id>
<name>com.xyst.dinas.sales.query.SalesWarningExe</name>
<title>销售预警</title>
<title>执行预警</title>
<define>inz.query.Query</define>
<define-version>1.0</define-version>
<dependency>com.xyst.dinas.biz.datamodel.WarningExe</dependency>
......@@ -70,6 +70,16 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>billType</m:name>
<m:title>业务type</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>target</m:name>
<m:title>预警指标</m:title>
<m:type>string</m:type>
......
......@@ -69,6 +69,12 @@
<property name="needPlanTotalAmount" type="big_decimal" not-null="false">
<column name="need_plan_total_amount" precision="12" scale="4"></column>
</property>
<property name="createUser" type="nstring" not-null="false">
<column name="create_user" length="100"></column>
</property>
<property name="modifyUser" type="nstring" not-null="false">
<column name="modify_user" length="100"></column>
</property>
<bag name="NeedPlanDetails" lazy="true" fetch="select" inverse="true">
<key column="master_id" not-null="true" />
<one-to-many entity-name="com.xyst.dinas.sales.datamodel.NeedPlan$NeedPlanDetail" />
......
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