com.github.ltsopensource.monitor.access.face.TaskTrackerMAccess Maven / Gradle / Ivy
package com.github.ltsopensource.monitor.access.face;
import com.github.ltsopensource.monitor.access.domain.TaskTrackerMDataPo;
import java.util.List;
/**
* @author Robert HG ([email protected]) on 9/22/15.
*/
public interface TaskTrackerMAccess {
void insert(List pos);
}