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

This commit is contained in:
刘祥超
2022-10-21 15:44:36 +08:00
parent ca02782ba5
commit a9789c2f22
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; // 是否已逾期
}