审查视图

src/main/java/com/sy/service/GatherInfoService.java 129 字节
1 2
package com.sy.service;
zhangFan authored
3
import com.sy.model.GatherInfo;
4 5 6

public interface GatherInfoService {
zhangFan authored
7
    int save(GatherInfo info);
8
}