mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-05 05:30:25 +08:00
修改部分小数数字精度(float->double),增加用户服务状态API
This commit is contained in:
@@ -11,7 +11,7 @@ message UserBill {
|
||||
string type = 3;
|
||||
string typeName = 4;
|
||||
string description = 5;
|
||||
float amount = 6;
|
||||
double amount = 6;
|
||||
string month = 7;
|
||||
bool isPaid = 8;
|
||||
int64 paidAt = 9;
|
||||
|
||||
Reference in New Issue
Block a user