用户账单接口增加多个参数

This commit is contained in:
GoEdgeLab
2022-10-21 15:44:36 +08:00
parent 4e995e7c30
commit 44b7858b19
5 changed files with 3881 additions and 3832 deletions

View File

@@ -20,4 +20,5 @@ message UserBill {
string dayFrom = 12;
string dayTo = 13;
string pricePeriod = 14;
bool isOverdue = 15; // 是否已逾期
}