[ptl-pcn: 32 亮灯作业]
commit
6964d4cf4e
@ -0,0 +1,17 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.ptl.repository;
|
||||||
|
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||||
|
import cn.estsh.i3plus.pojo.ptl.bean.PtlAreaSectionTask;
|
||||||
|
import cn.estsh.i3plus.pojo.ptl.bean.PtlAreaTask;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description : 区段亮灯任务
|
||||||
|
* @author : jessica.chen
|
||||||
|
* @date : 2020-02-26 13:49
|
||||||
|
* @desc
|
||||||
|
*/
|
||||||
|
|
||||||
|
public interface PtlAreaSectionTaskRepository extends BaseRepository<PtlAreaSectionTask, Long> {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue