Merge remote-tracking branch 'remotes/origin/dev' into test
commit
4b440fc1f3
@ -0,0 +1,14 @@
|
||||
package cn.estsh.i3plus.pojo.platform.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
import cn.estsh.i3plus.pojo.platform.bean.SysFileAttach;
|
||||
|
||||
/**
|
||||
* @Description :
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-04-12 19:15
|
||||
* @Modify:
|
||||
**/
|
||||
public interface SysFileAttachRepository extends BaseRepository<SysFileAttach, Long> {
|
||||
}
|
Loading…
Reference in New Issue