【引导按钮增加属性 direction】

This commit is contained in:
weizhihong 2023-02-08 14:07:01 +08:00
parent 1fc13f4eb3
commit 08e68a515c

View File

@ -23,4 +23,9 @@ public class MapTotalGuideLockButtonVO {
private String stationCode;
private Point position;
/**
* 引导锁方向
*/
private String direction;
}