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
e20667d9
Commit
e20667d9
authored
May 24, 2021
by
wukaiqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预付款及结余新增销售数量字段,项目新增省市区及坐标字段
parent
c410ceee
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
90 additions
and
0 deletions
+90
-0
ProjectFiled.mk
...c/main/model/com/xyst/dinas/project/query/ProjectFiled.mk
+37
-0
ProjectFiledNoAuthFilterScene.mk
...xyst/dinas/project/query/ProjectFiledNoAuthFilterScene.mk
+37
-0
ProjectFiled.hbm.xml
...as.project/src/main/resources/config/ProjectFiled.hbm.xml
+12
-0
AdvancePaymentAndBalanceSummary.hbm.xml
.../resources/config/AdvancePaymentAndBalanceSummary.hbm.xml
+4
-0
No files found.
backend/xyst.dinas.project/src/main/model/com/xyst/dinas/project/query/ProjectFiled.mk
View file @
e20667d9
...
@@ -101,6 +101,43 @@
...
@@ -101,6 +101,43 @@
</ref>
</ref>
<description></description>
<description></description>
</field>
</field>
<field title='项目坐标'>
<name>projectCoordinate</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='省'>
<name>province</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='市'>
<name>city</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='区'>
<name>district</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='用砂单位'>
<field title='用砂单位'>
<name>useSandComany</name>
<name>useSandComany</name>
<type>string</type>
<type>string</type>
...
...
backend/xyst.dinas.project/src/main/model/com/xyst/dinas/project/query/ProjectFiledNoAuthFilterScene.mk
View file @
e20667d9
...
@@ -95,6 +95,43 @@
...
@@ -95,6 +95,43 @@
</ref>
</ref>
<description></description>
<description></description>
</field>
</field>
<field title='项目坐标'>
<name>projectCoordinate</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='省'>
<name>province</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='市'>
<name>city</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='区'>
<name>district</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='用砂单位'>
<field title='用砂单位'>
<name>useSandComany</name>
<name>useSandComany</name>
<type>string</type>
<type>string</type>
...
...
backend/xyst.dinas.project/src/main/resources/config/ProjectFiled.hbm.xml
View file @
e20667d9
...
@@ -69,6 +69,18 @@
...
@@ -69,6 +69,18 @@
<property
name=
"remark"
type=
"nstring"
not-null=
"false"
>
<property
name=
"remark"
type=
"nstring"
not-null=
"false"
>
<column
name=
"remark"
length=
"3000"
></column>
<column
name=
"remark"
length=
"3000"
></column>
</property>
</property>
<property
name=
"projectCoordinate"
type=
"nstring"
not-null=
"false"
>
<column
name=
"project_coordinate"
length=
"255"
></column>
</property>
<property
name=
"province"
type=
"nstring"
not-null=
"false"
>
<column
name=
"province"
length=
"100"
></column>
</property>
<property
name=
"city"
type=
"nstring"
not-null=
"false"
>
<column
name=
"city"
length=
"100"
></column>
</property>
<property
name=
"district"
type=
"nstring"
not-null=
"false"
>
<column
name=
"district"
length=
"100"
></column>
</property>
<bag
name=
"ProjectFiledDinasDetails"
lazy=
"true"
fetch=
"select"
inverse=
"true"
>
<bag
name=
"ProjectFiledDinasDetails"
lazy=
"true"
fetch=
"select"
inverse=
"true"
>
<key
column=
"master_id"
not-null=
"true"
/>
<key
column=
"master_id"
not-null=
"true"
/>
<one-to-many
entity-name=
"com.xyst.dinas.project.datamodel.ProjectFiledAssociatedProjectFiledDinasDetail"
/>
<one-to-many
entity-name=
"com.xyst.dinas.project.datamodel.ProjectFiledAssociatedProjectFiledDinasDetail"
/>
...
...
backend/xyst.dinas.statistics/src/main/resources/config/AdvancePaymentAndBalanceSummary.hbm.xml
View file @
e20667d9
...
@@ -50,5 +50,8 @@
...
@@ -50,5 +50,8 @@
<property
name=
"marginRefund"
type=
"big_decimal"
not-null=
"false"
>
<property
name=
"marginRefund"
type=
"big_decimal"
not-null=
"false"
>
<column
name=
"margin_refund"
precision=
"12"
scale=
"4"
/>
<column
name=
"margin_refund"
precision=
"12"
scale=
"4"
/>
</property>
</property>
<property
name=
"dealAmount"
type=
"big_decimal"
not-null=
"false"
>
<column
name=
"deal_amount"
precision=
"12"
scale=
"4"
/>
</property>
</class>
</class>
</hibernate-mapping>
</hibernate-mapping>
\ No newline at end of file
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