toServerBytes = db.Column(db.DECIMAL(20, 5), comment="到服务端流量")
toClientBytes = db.Column(db.DECIMAL(20, 5)
Flask中存储数据保留精度DECIMAL
最新推荐文章于 2022-10-04 14:32:07 发布
toServerBytes = db.Column(db.DECIMAL(20, 5), comment="到服务端流量")
toClientBytes = db.Column(db.DECIMAL(20, 5)
1035
1万+