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
63b08784
Commit
63b08784
authored
3 years ago
by
杨清松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需用计划加计划周期
parent
f6c7caaf
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
95 additions
and
0 deletions
+95
-0
NeedPlan.mk
...src/main/model/com/xyst/dinas/sales/datamodel/NeedPlan.mk
+6
-0
NeedPlan.mk
...les/src/main/model/com/xyst/dinas/sales/query/NeedPlan.mk
+36
-0
NeedPlan.jmx
...ain/resources/com/xyst/dinas/sales/datamodel/NeedPlan.jmx
+10
-0
NeedPlan.jmx
...rc/main/resources/com/xyst/dinas/sales/query/NeedPlan.jmx
+40
-0
NeedPlan.hbm.xml
...st.dinas.sales/src/main/resources/config/NeedPlan.hbm.xml
+3
-0
No files found.
backend/xyst.dinas.sales/src/main/model/com/xyst/dinas/sales/datamodel/NeedPlan.mk
View file @
63b08784
...
@@ -31,6 +31,12 @@
...
@@ -31,6 +31,12 @@
<annotation id='ada2d620-105b-47b4-88e2-ca1a20f77124' attributeId='ed744460-9e80-43fb-a1b1-541039f01dbd' name='mappingType' value='many-to-one'>
<annotation id='ada2d620-105b-47b4-88e2-ca1a20f77124' attributeId='ed744460-9e80-43fb-a1b1-541039f01dbd' name='mappingType' value='many-to-one'>
</annotation>
</annotation>
</attribute>
</attribute>
<attribute id='223d42f7-5d33-461d-9e00-33a5b6bfc87e' name='planningCycle' columnName='planning_cycle' title='计划周期' type='com.xyst.dinas.biz.datamodel.PlanningCycle' default='' precision='' isArray='false'>
<annotation id='ce75318c-46ca-45a7-8482-f400cebd8b4c' attributeId='25d7dcfa-2180-4114-b1e7-e21db55f6cc5' name='length' value='undefined'>
</annotation>
<annotation id='2a5fc5c6-1edd-4fb9-a837-af11f9edeaa3' attributeId='5ce24bb8-0fb8-4765-9b78-eb8cd43c31bb' name='mappingType' value='many-to-one'>
</annotation>
</attribute>
<attribute id='a6487984-e51c-43a3-9834-f6b2a51d13f2' name='projectBalance' columnName='project_balance' title='项目余额' type='fixnum' default='' precision='' isArray='false'>
<attribute id='a6487984-e51c-43a3-9834-f6b2a51d13f2' name='projectBalance' columnName='project_balance' title='项目余额' type='fixnum' default='' precision='' isArray='false'>
<annotation id='81295473-01c6-4e2e-9744-a95f814cb070' attributeId='8382f1e0-8a32-4cc7-ba0d-cf7b500e182a' name='length' value='undefined'>
<annotation id='81295473-01c6-4e2e-9744-a95f814cb070' attributeId='8382f1e0-8a32-4cc7-ba0d-cf7b500e182a' name='length' value='undefined'>
</annotation>
</annotation>
...
...
This diff is collapsed.
Click to expand it.
backend/xyst.dinas.sales/src/main/model/com/xyst/dinas/sales/query/NeedPlan.mk
View file @
63b08784
...
@@ -86,6 +86,42 @@
...
@@ -86,6 +86,42 @@
</ref>
</ref>
<description></description>
<description></description>
</field>
</field>
<field title='计划周期'>
<name>planningCycle.id</name>
<type>uuid</type>
<ref>
<type></type>
<name>com.xyst.dinas.biz.datamodel.PlanningCycle</name>
</ref>
<description></description>
</field>
<field title='计划周期'>
<name>planningCycle.title</name>
<type>string</type>
<ref>
<type></type>
<name>com.xyst.dinas.biz.datamodel.PlanningCycle</name>
</ref>
<description></description>
</field>
<field title='计划周期开始时间'>
<name>planningCycle.startTime</name>
<type>datetime</type>
<ref>
<type></type>
<name>com.xyst.dinas.biz.datamodel.PlanningCycle</name>
</ref>
<description></description>
</field>
<field title='计划周期结束时间'>
<name>planningCycle.endTime</name>
<type>datetime</type>
<ref>
<type></type>
<name>com.xyst.dinas.biz.datamodel.PlanningCycle</name>
</ref>
<description></description>
</field>
<field title='项目余额'>
<field title='项目余额'>
<name>projectBalance</name>
<name>projectBalance</name>
<type>float</type>
<type>float</type>
...
...
This diff is collapsed.
Click to expand it.
backend/xyst.dinas.sales/src/main/resources/com/xyst/dinas/sales/datamodel/NeedPlan.jmx
View file @
63b08784
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
<dependency>
bcp.type.constraint.Numeric
</dependency>
<dependency>
bcp.type.constraint.Numeric
</dependency>
<dependency>
com.beecode.bap.biztrait.datamodel.BasicBillRequirement
</dependency>
<dependency>
com.beecode.bap.biztrait.datamodel.BasicBillRequirement
</dependency>
<dependency>
com.xyst.dinas.project.datamodel.ProjectFiled
</dependency>
<dependency>
com.xyst.dinas.project.datamodel.ProjectFiled
</dependency>
<dependency>
com.xyst.dinas.biz.datamodel.PlanningCycle
</dependency>
<dependency>
com.xyst.dinas.contract.datamodel.Contract
</dependency>
<dependency>
com.xyst.dinas.contract.datamodel.Contract
</dependency>
<content>
<content>
<m:class>
<m:class>
...
@@ -51,6 +52,15 @@
...
@@ -51,6 +52,15 @@
<m:default></m:default>
<m:default></m:default>
</m:attribute>
</m:attribute>
<m:attribute>
<m:attribute>
<m:annotations/>
<m:id>
223d42f7-5d33-461d-9e00-33a5b6bfc87e
</m:id>
<m:name>
planningCycle
</m:name>
<m:title>
计划周期
</m:title>
<m:type>
com.xyst.dinas.biz.datamodel.PlanningCycle
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotations>
<m:annotation>
<m:annotation>
<m:type>
bcp.type.constraint.Numeric
</m:type>
<m:type>
bcp.type.constraint.Numeric
</m:type>
...
...
This diff is collapsed.
Click to expand it.
backend/xyst.dinas.sales/src/main/resources/com/xyst/dinas/sales/query/NeedPlan.jmx
View file @
63b08784
...
@@ -101,6 +101,46 @@
...
@@ -101,6 +101,46 @@
<m:desc></m:desc>
<m:desc></m:desc>
</m:field>
</m:field>
<m:field>
<m:field>
<m:name>
planningCycle.id
</m:name>
<m:title>
计划周期
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.biz.datamodel.PlanningCycle
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
planningCycle.title
</m:name>
<m:title>
计划周期
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.biz.datamodel.PlanningCycle
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
planningCycle.startTime
</m:name>
<m:title>
计划周期开始时间
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.biz.datamodel.PlanningCycle
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
planningCycle.endTime
</m:name>
<m:title>
计划周期结束时间
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.biz.datamodel.PlanningCycle
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
projectBalance
</m:name>
<m:name>
projectBalance
</m:name>
<m:title>
项目余额
</m:title>
<m:title>
项目余额
</m:title>
<m:type>
float
</m:type>
<m:type>
float
</m:type>
...
...
This diff is collapsed.
Click to expand it.
backend/xyst.dinas.sales/src/main/resources/config/NeedPlan.hbm.xml
View file @
63b08784
...
@@ -48,6 +48,9 @@
...
@@ -48,6 +48,9 @@
<many-to-one
name=
"contract"
entity-name=
"com.xyst.dinas.contract.datamodel.Contract"
fetch=
"select"
>
<many-to-one
name=
"contract"
entity-name=
"com.xyst.dinas.contract.datamodel.Contract"
fetch=
"select"
>
<column
name=
"contract"
not-null=
"false"
></column>
<column
name=
"contract"
not-null=
"false"
></column>
</many-to-one>
</many-to-one>
<many-to-one
name=
"planningCycle"
entity-name=
"com.xyst.dinas.biz.datamodel.PlanningCycle"
fetch=
"select"
>
<column
name=
"planning_cycle"
not-null=
"false"
></column>
</many-to-one>
<property
name=
"projectBalance"
type=
"big_decimal"
not-null=
"false"
>
<property
name=
"projectBalance"
type=
"big_decimal"
not-null=
"false"
>
<column
name=
"project_balance"
precision=
"12"
scale=
"2"
></column>
<column
name=
"project_balance"
precision=
"12"
scale=
"2"
></column>
</property>
</property>
...
...
This diff is collapsed.
Click to expand it.
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