[区域]可以设置区域-价格项目之间的价格

This commit is contained in:
GoEdgeLab
2020-12-10 22:07:58 +08:00
parent 08d87314eb
commit 1b175c7749
9 changed files with 1640 additions and 181 deletions

View File

@@ -7,4 +7,5 @@ message NodeRegion {
int64 id = 1;
bool isOn = 2;
string name = 3;
bytes pricesJSON = 4;
}