Browse Source

noInv 取消记账

jx-test
修宁 5 months ago
parent
commit
223f05ad64
  1. 15
      src/types/RCS.d.ts

15
src/types/RCS.d.ts

@ -88,9 +88,20 @@ declare interface AgvOptions {
*/ */
forceStartDirection?: LLCDirection forceStartDirection?: LLCDirection
loadHeight: number /**
*
*/
loadHeight?: number
unloadHeight: number /**
*
*/
unloadHeight?: number
/**
*
*/
noInv?: boolean
} }
declare type LLCDirection = 'UP' | 'DOWN' | 'LEFT' | 'RIGHT' declare type LLCDirection = 'UP' | 'DOWN' | 'LEFT' | 'RIGHT'

Loading…
Cancel
Save