[区域]可以设置区域说明文字

This commit is contained in:
刘祥超
2020-12-10 22:21:17 +08:00
parent b529888ada
commit f92c4e3de5
4 changed files with 140 additions and 107 deletions

View File

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