Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
cloud-fb
Commits
26c02c2e
Commit
26c02c2e
authored
Apr 23, 2021
by
杨清松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需用计划加创建人
parent
0f1f4285
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
119 additions
and
1 deletions
+119
-1
NeedPlan.mk
...src/main/model/com/xyst/dinas/sales/datamodel/NeedPlan.mk
+8
-0
NeedPlan.mk
...les/src/main/model/com/xyst/dinas/sales/query/NeedPlan.mk
+19
-0
SalesWarningExe.mk
.../main/model/com/xyst/dinas/sales/query/SalesWarningExe.mk
+9
-0
NeedPlan.jmx
...ain/resources/com/xyst/dinas/sales/datamodel/NeedPlan.jmx
+46
-0
NeedPlan.jmx
...rc/main/resources/com/xyst/dinas/sales/query/NeedPlan.jmx
+20
-0
SalesWarningExe.jmx
.../resources/com/xyst/dinas/sales/query/SalesWarningExe.jmx
+11
-1
NeedPlan.hbm.xml
...st.dinas.sales/src/main/resources/config/NeedPlan.hbm.xml
+6
-0
No files found.
backend/xyst.dinas.sales/src/main/model/com/xyst/dinas/sales/datamodel/NeedPlan.mk
View file @
26c02c2e
...
...
@@ -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'>
...
...
backend/xyst.dinas.sales/src/main/model/com/xyst/dinas/sales/query/NeedPlan.mk
View file @
26c02c2e
...
...
@@ -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
backend/xyst.dinas.sales/src/main/model/com/xyst/dinas/sales/query/SalesWarningExe.mk
View file @
26c02c2e
...
...
@@ -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>
...
...
backend/xyst.dinas.sales/src/main/resources/com/xyst/dinas/sales/datamodel/NeedPlan.jmx
View file @
26c02c2e
...
...
@@ -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>
...
...
backend/xyst.dinas.sales/src/main/resources/com/xyst/dinas/sales/query/NeedPlan.jmx
View file @
26c02c2e
...
...
@@ -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>
...
...
backend/xyst.dinas.sales/src/main/resources/com/xyst/dinas/sales/query/SalesWarningExe.jmx
View file @
26c02c2e
...
...
@@ -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>
...
...
backend/xyst.dinas.sales/src/main/resources/config/NeedPlan.hbm.xml
View file @
26c02c2e
...
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment