parent
ac791d518a
commit
b46bd3b354
@ -0,0 +1,15 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.screen.repository;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||||
|
import cn.estsh.i3plus.pojo.screen.bean.ScrDataAuth;
|
||||||
|
import cn.estsh.i3plus.pojo.screen.bean.ScrDataObject;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description :
|
||||||
|
* @Reference :
|
||||||
|
* @Author : wei.peng
|
||||||
|
* @CreateDate : 20-5-28 下午3:39
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
public interface ScrDataAuthRepository extends BaseRepository<ScrDataAuth, Long> {
|
||||||
|
}
|
Loading…
Reference in New Issue