package com.jsowell.pile.service; /** * 电单车发送命令服务 */ public interface EBikeSendCommandService { // void send(String pileSn, AbsEBikeMessage msg); void startCharging(String pileSn); }