完善套餐

This commit is contained in:
GoEdgeLab
2021-11-28 20:11:54 +08:00
parent 0492b62235
commit 2e9c2f3718
9 changed files with 1291 additions and 949 deletions

View File

@@ -5,6 +5,7 @@ package pb;
import "models/model_user.proto";
import "models/model_plan.proto";
import "models/model_server.proto";
message UserPlan {
int64 id = 1;
@@ -12,8 +13,10 @@ message UserPlan {
int64 planId = 3;
bool isOn = 4;
string dayTo = 5;
string name = 6;
User user = 30;
Plan plan = 31;
Server server = 32;
}