Unverified Commit 3c11e4ad authored by JonathonGuo777's avatar JonathonGuo777 Committed by GitHub

change diggingworkarea name

parent 14588e42
...@@ -393,7 +393,7 @@ class DumpArea(Base): ...@@ -393,7 +393,7 @@ class DumpArea(Base):
self.Disabled = Disabled self.Disabled = Disabled
self.Material = Material self.Material = Material
class DiggerArea(Base): class DiggingWorkArea(Base):
__tablename__ = 'Geo_DiggingWorkArea' __tablename__ = 'Geo_DiggingWorkArea'
Id = Column(VARCHAR(50), primary_key=True) Id = Column(VARCHAR(50), primary_key=True)
...@@ -402,3 +402,4 @@ class DiggerArea(Base): ...@@ -402,3 +402,4 @@ class DiggerArea(Base):
def __init__(self, Id, Material): def __init__(self, Id, Material):
self.Id = Id self.Id = Id
self.Material = Material self.Material = Material
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment