package com.changhong.epc.constter.base.loop; import java.util.List; public interface LoopBaseService { int update(T t); List list(); }