package com.sy.service; import com.sy.model.commandLog; public interface CommandLogService { int insert(commandLog command); }