Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integrated-scheduling-v3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
张晓彤
integrated-scheduling-v3
Commits
93958978
Commit
93958978
authored
Jun 11, 2022
by
z5335534 Ao Guo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
info层修改,table表修改
parent
287a4a43
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
dispatchInfo.cpython-37.pyc
data/__pycache__/dispatchInfo.cpython-37.pyc
+0
-0
dispatchInfo.py
data/dispatchInfo.py
+0
-0
tables.py
tables.py
+9
-9
No files found.
data/__pycache__/dispatchInfo.cpython-37.pyc
View file @
93958978
No preview for this file type
data/dispatchInfo.py
View file @
93958978
This diff is collapsed.
Click to expand it.
tables.py
View file @
93958978
...
...
@@ -257,7 +257,7 @@ class EquipmentPair(Base):
id
=
Column
(
VARCHAR
(
36
),
primary_key
=
True
)
truck_id
=
Column
(
VARCHAR
(
36
))
ex
ac
tor_id
=
Column
(
VARCHAR
(
36
))
ex
cava
tor_id
=
Column
(
VARCHAR
(
36
))
dump_id
=
Column
(
VARCHAR
(
36
))
load_area_id
=
Column
(
VARCHAR
(
36
))
unload_area_id
=
Column
(
VARCHAR
(
36
))
...
...
@@ -265,11 +265,11 @@ class EquipmentPair(Base):
isdeleted
=
Column
(
BOOLEAN
)
createtime
=
Column
(
DateTime
)
def
__init__
(
self
,
id
,
truck_id
,
ex
ac
tor_id
,
dump_id
,
load_area_id
,
unload_area_id
,
dispatch_id
,
isdeleted
,
def
__init__
(
self
,
id
,
truck_id
,
ex
cava
tor_id
,
dump_id
,
load_area_id
,
unload_area_id
,
dispatch_id
,
isdeleted
,
createtime
):
self
.
id
=
id
self
.
truck_id
=
truck_id
self
.
ex
actor_id
=
exac
tor_id
self
.
ex
cavator_id
=
excava
tor_id
self
.
dump_id
=
dump_id
self
.
load_area_id
=
load_area_id
self
.
unload_area_id
=
unload_area_id
...
...
@@ -307,7 +307,7 @@ class Dispatch(Base):
id
=
Column
(
VARCHAR
(
36
),
primary_key
=
True
)
load_area_id
=
Column
(
VARCHAR
(
36
))
ex
ac
tor_id
=
Column
(
VARCHAR
(
36
))
ex
cava
tor_id
=
Column
(
VARCHAR
(
36
))
unload_area_id
=
Column
(
VARCHAR
(
36
))
dump_id
=
Column
(
VARCHAR
(
36
))
isauto
=
Column
(
BOOLEAN
)
...
...
@@ -323,12 +323,12 @@ class Dispatch(Base):
deletor
=
Column
(
VARCHAR
(
36
))
deletetime
=
Column
(
DateTime
)
def
__init__
(
self
,
id
,
load_area_id
,
ex
ac
tor_id
,
unload_area_id
,
dump_id
,
isauto
,
truck_id
,
group_id
,
remark
,
def
__init__
(
self
,
id
,
load_area_id
,
ex
cava
tor_id
,
unload_area_id
,
dump_id
,
isauto
,
truck_id
,
group_id
,
remark
,
proportion_id
,
isdeleted
,
creator
,
createtime
,
updator
,
updatetime
,
deletor
,
deletetime
):
self
.
id
=
id
self
.
load_area_id
=
load_area_id
self
.
excavator_id
=
ex
ac
tor_id
self
.
excavator_id
=
ex
cava
tor_id
self
.
unload_area_id
=
unload_area_id
self
.
dump_id
=
dump_id
self
.
isauto
=
isauto
...
...
@@ -559,16 +559,16 @@ class DispatchMatch(Base):
match_code
=
Column
(
VARCHAR
(
36
))
team_id
=
Column
(
VARCHAR
(
36
))
unload_area_id
=
Column
(
VARCHAR
(
36
))
ex
ac
tor_id
=
Column
(
VARCHAR
(
36
))
ex
cava
tor_id
=
Column
(
VARCHAR
(
36
))
def
__init__
(
self
,
id
,
group_type
,
group_code
,
match_code
,
team_id
,
unload_area_id
,
ex
ac
tor_id
):
def
__init__
(
self
,
id
,
group_type
,
group_code
,
match_code
,
team_id
,
unload_area_id
,
ex
cava
tor_id
):
self
.
id
=
id
self
.
group_type
=
group_type
self
.
group_code
=
group_code
self
.
match_code
=
match_code
self
.
team_id
=
team_id
self
.
unload_area_id
=
unload_area_id
self
.
ex
actor_id
=
exac
tor_id
self
.
ex
cavator_id
=
excava
tor_id
class
DispatchEquipment
(
Base
):
...
...
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