toServerBytes = db.Column(db.DECIMAL(20, 5), comment="到服务端流量")
toClientBytes = db.Column(db.DECIMAL(20, 5)
Flask中存储数据保留精度DECIMAL
最新推荐文章于 2022-07-21 15:37:17 发布
toServerBytes = db.Column(db.DECIMAL(20, 5), comment="到服务端流量")
toClientBytes = db.Column(db.DECIMAL(20, 5)