fix: 更新计算生成趋势表逻辑
This commit is contained in:
@@ -25,6 +25,8 @@ class Material(db.Model, Model, OperationTrackMixin):
|
||||
is_tree = Column('IS_TREE', Integer, comment='是否树')
|
||||
sort = Column('SORT', Integer, default=0, comment='排序')
|
||||
code = Column('CODE', String(20), comment='材料编码')
|
||||
round_bit = Column('ROUND_BIT', Integer, comment='保留小数位数')
|
||||
round_method = Column('ROUND_METHOD', String(20), comment='保留小数具体方法')
|
||||
|
||||
__table_args__ = (
|
||||
{'comment': '材料'},
|
||||
|
Reference in New Issue
Block a user