优化代码

This commit is contained in:
GoEdgeLab
2022-10-14 10:03:49 +08:00
parent bbf9eeb025
commit 5a2b67f6e3
18 changed files with 4447 additions and 4107 deletions

View File

@@ -12,4 +12,5 @@ message ServerBandwidthStat {
string timeAt = 5;
int64 bytes = 6;
int64 bits = 7;
int64 regionId = 8;
}

View File

@@ -17,4 +17,7 @@ message UserBill {
int64 paidAt = 9;
string code = 10;
bool canPay = 11;
string dayFrom = 12;
string dayTo = 13;
string pricePeriod = 14;
}