添加ptl数据删除定时任务
parent
5b17289c4f
commit
4d701aa9c4
@ -0,0 +1,16 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.ptl.repository;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||||
|
import cn.estsh.i3plus.pojo.ptl.bean.PtlPcnClear;
|
||||||
|
import org.springframework.stereotype.Repository;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description:
|
||||||
|
* @Reference:
|
||||||
|
* @Author: adair.song
|
||||||
|
* @CreateDate:2019-04-24-17:13
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
@Repository
|
||||||
|
public interface PtlPcnClearRepository extends BaseRepository<PtlPcnClear, Long> {
|
||||||
|
}
|
Loading…
Reference in New Issue