feat: 新增计算保留上月小数位数
This commit is contained in:
@@ -32,6 +32,7 @@ class PricePublish(db.Model, Model, OperationTrackMixin, BaseModelMixin):
|
||||
status = Column('STATUS', Integer, default=0, comment='状态')
|
||||
type = Column('TYPE', Integer, default=0, comment='类型')
|
||||
unit = Column('UNIT', String(128), default='', comment='单位')
|
||||
display_digit = Column('DISPLAY_DIGIT', Integer, default='', comment='显示小数位数')
|
||||
|
||||
__tablename__ = 'PRICE_PUBLISH'
|
||||
__table_args__ = (
|
||||
|
Reference in New Issue
Block a user