簿册取消指令校验
This commit is contained in:
parent
082e296e38
commit
97966d1bec
@ -77,6 +77,14 @@ class CommandHandle {
|
||||
Driver_Stop: {
|
||||
operate: 'Driver_Stop',
|
||||
paramList: [{name: 'groupNumber'}, {name: 'eb'}]
|
||||
},
|
||||
RAIL_QUERY_REGISTER: {
|
||||
operate: 'RAIL_QUERY_REGISTER',
|
||||
paramList: [{name: 'stationCode'}]
|
||||
},
|
||||
RAIL_FILL_IN_REGISTER: {
|
||||
operate: 'RAIL_FILL_IN_REGISTER',
|
||||
paramList: [{name: 'stationCode'}, {name: 'line'}]
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user