package com.sy.service; import com.sy.model.commandInfo; public interface CommandInfoService { int save(commandInfo info); }