package com.sy.service;
import com.sy.model.GatherInfo;
public interface GatherInfoService {
int save(GatherInfo info);
/** * 根据过卡进行抬杆指令处理 */ void handel(GatherInfo info);
}