增加位置为空的枚举

This commit is contained in:
joylink_zhaoerwei 2024-06-27 14:38:02 +08:00
parent 72dae3d905
commit 5e5cbb28f4

View File

@ -95,6 +95,7 @@ message CjDataItem {
enum PostionType { enum PostionType {
Q=0; Q=0;
H=1; H=1;
NONE=2;
} }
//string oldrelayId = 1;//Id //string oldrelayId = 1;//Id
PostionType position = 2;//QH对应着吸合 PostionType position = 2;//QH对应着吸合