package com.sy.service;

import com.sy.model.GatherInfo;

public interface GatherInfoService {

    int save(GatherInfo info);
}