消息附件管理
parent
6d8643da0c
commit
5a4c85e409
@ -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