增加账单、套餐相关配置

This commit is contained in:
刘祥超
2021-11-11 08:31:32 +08:00
parent 698d1b697c
commit 2d9bb319fe
7 changed files with 57 additions and 6 deletions

View File

@@ -15,4 +15,5 @@ message UserBill {
string month = 7;
bool isPaid = 8;
int64 paidAt = 9;
string code = 10;
}