yujian
2020-01-08 819f08fcbe49d94d5d359d7f155861ca2e8abebb
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);
}