增加账单、套餐相关配置

This commit is contained in:
GoEdgeLab
2021-11-11 08:31:32 +08:00
parent 79da524d88
commit 3d8d2438bc
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;
}