/** @return 外键,流程配置. */
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "CONF_BASE_ID")
public BpmConfBase getBpmConfBase() {
return this.bpmConfBase;
}
BpmProcess.java 文件源码
java
阅读 34
收藏 0
点赞 0
评论 0
项目:lemon
作者:
评论列表
文章目录