admin
2020-04-23 a38cc332973adbd296c37f64c2b2ca1a6ffb5c41
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);
}