admin
2019-05-22 9b4bf99c1a30f3a7c2bdd6faba7589ff4f7e48e5
fanli/src/main/java/com/yeshi/fanli/service/inter/user/SystemZnxService.java
@@ -1,5 +1,7 @@
package com.yeshi.fanli.service.inter.user;
import java.util.List;
import com.yeshi.fanli.entity.system.SystemZnx;
public interface SystemZnxService {
@@ -13,4 +15,10 @@
    */
   public void save(SystemZnx systemZnx);
   public List<SystemZnx> listbyCreateTime(long createTime);
   public List<SystemZnx> listbyUidAndCreateTime(long uid, long createTime);
}