fix:
This commit is contained in:
@@ -27,6 +27,7 @@ class PricePublish(db.Model, Model, OperationTrackMixin, BaseModelMixin):
|
||||
price_longyan = Column('PRICE_LONGYAN', Numeric(16, 4), default=0, comment='龙岩价格')
|
||||
price_ningde = Column('PRICE_NINGDE', Numeric(16, 4), default=0, comment='宁德价格')
|
||||
price_pintan = Column('PRICE_PINTAN', Numeric(16, 4), default=0, comment='平潭价格')
|
||||
price_zhangzhoukfq = Column('PRICE_ZHANGZHOUKFQ', Numeric(16, 4), default=0, comment='漳州开发区价格')
|
||||
tax = Column('TAX', Numeric(4, 2), default=0, comment='税率')
|
||||
status = Column('STATUS', Integer, default=0, comment='状态')
|
||||
type = Column('TYPE', Integer, default=0, comment='类型')
|
||||
|
Reference in New Issue
Block a user