admin
2020-04-15 ee5c8055b1c0dd7c67a9025a76b10bd287c93d9a
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);
}