yujian
2019-09-26 ab4f6531dd22b50b5e70551f6e638f2d783a6ff7
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);
}