mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-18 08:00:25 +08:00
支持购买套餐/续费套餐/用户账户操作等
This commit is contained in:
12
pkg/rpc/protos/models/model_user_account_daily_stat.proto
Normal file
12
pkg/rpc/protos/models/model_user_account_daily_stat.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message UserAccountDailyStat {
|
||||
int64 id = 1;
|
||||
string day = 2;
|
||||
string month = 3;
|
||||
float income = 4;
|
||||
float expense = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user