feat: 更新国产沥青计算

This commit is contained in:
han0
2024-07-09 20:16:29 +08:00
parent d2eca25632
commit 5afcfc4846
3 changed files with 63 additions and 32 deletions

View File

@@ -6,7 +6,7 @@ from commons.models.model import Model
from core.extensions import db
class MaterialTask(db.Model, Model, OperationTrackMixin, Model):
class MaterialTask(db.Model, Model, OperationTrackMixin):
id = Column('ID', Integer, primary_key=True)
name = Column('NAME', String(128), default='', comment='任务名称')
status = Column('STATUS', Integer, default=0, comment='状态(待采集、已采集、采集中)')