mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-16 12:05:07 +08:00
📖 BPMN:code review bpmn 中辅助查找代码
This commit is contained in:
@ -3,16 +3,16 @@ package cn.iocoder.yudao.framework.flowable.core.enums;
|
||||
/**
|
||||
* 流程常量信息
|
||||
*/
|
||||
public interface ProcessConstants {
|
||||
public interface BpmnModelConstants {
|
||||
|
||||
String BPMN_FILE_SUFFIX = ".bpmn";
|
||||
|
||||
/**
|
||||
* nameapace
|
||||
* bpmn中的命名空间
|
||||
* BPMN 中的命名空间
|
||||
*
|
||||
* 这个东西有可能导致无法切换工作流程的实现
|
||||
*/
|
||||
String NAMESPASE = "http://flowable.org/bpmn";
|
||||
String NAMESPACE = "http://flowable.org/bpmn";
|
||||
|
||||
/**
|
||||
* 自定义属性 dataType
|
Reference in New Issue
Block a user