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