mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
feat: add WorkflowNodeInfoRepository
This commit is contained in:
parent
56993335e3
commit
6d9af1cff0
@ -0,0 +1,18 @@
|
|||||||
|
package com.github.kfcfans.powerjob.server.persistence.core.repository;
|
||||||
|
|
||||||
|
import com.github.kfcfans.powerjob.server.persistence.core.model.WorkflowNodeInfoDO;
|
||||||
|
import org.springframework.data.jpa.repository.JpaRepository;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* WorkflowNodeInfo 数据访问层
|
||||||
|
*
|
||||||
|
* @author Echo009
|
||||||
|
* @since 2021/2/1
|
||||||
|
*/
|
||||||
|
public interface WorkflowNodeInfoRepository extends JpaRepository<WorkflowNodeInfoDO, Long> {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user