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
79257eae
Commit
79257eae
authored
Nov 10, 2021
by
高晓磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销售记录同步表添加字段
parent
77729e2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
SalesRecord.hbm.xml
...dinas.sales/src/main/resources/config/SalesRecord.hbm.xml
+27
-0
No files found.
backend/xyst.dinas.sales/src/main/resources/config/SalesRecord.hbm.xml
View file @
79257eae
...
...
@@ -72,6 +72,33 @@
<property
name=
"tareWeight"
type=
"big_decimal"
not-null=
"false"
>
<column
name=
"tare_weight"
precision=
"12"
scale=
"4"
></column>
</property>
<property
name=
"grossWeightTime"
type=
"timestamp"
not-null=
"false"
>
<column
name=
"gross_weight_time"
></column>
</property>
<property
name=
"tareWeightTime"
type=
"timestamp"
not-null=
"false"
>
<column
name=
"tare_weight_time"
></column>
</property>
<property
name=
"saleType"
type=
"int"
not-null=
"false"
>
<column
name=
"sale_type"
>
<comment>
销售类型 0 临时销售计划 1销售计划 2 散客
</comment>
</column>
</property>
<property
name=
"transportType"
type=
"int"
not-null=
"false"
>
<column
name=
"transport_type"
>
<comment>
运输类型 0自提 1配送 2散客
</comment>
</column>
</property>
<property
name=
"grossWeightPerson"
type=
"nstring"
not-null=
"false"
>
<column
name=
"gross_weight_person"
>
<comment>
毛重司磅员
</comment>
</column>
</property>
<property
name=
"tareWeightPerson"
type=
"nstring"
not-null=
"false"
>
<column
name=
"tare_weight_person"
>
<comment>
皮重司磅员
</comment>
</column>
</property>
<property
name=
"price"
type=
"big_decimal"
not-null=
"false"
>
<column
name=
"price"
precision=
"12"
scale=
"2"
></column>
</property>
...
...
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