支持套餐相关操作

This commit is contained in:
GoEdgeLab
2021-11-09 15:36:31 +08:00
parent a938c4ef57
commit b058e4ad72
8 changed files with 784 additions and 386 deletions

View File

@@ -19,6 +19,7 @@ message Server {
int64 createdAt = 7;
string dnsName = 19;
bool supportCNAME = 23;
int64 userPlanId = 24;
// 配置相关
bytes config = 17;