소스 검색

bpm新增common包

4.0
FLYPHT 2 년 전
부모
커밋
4c20b66809
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. +15
    -0
      smtweb-framework/bpm/src/main/java/cc/smtweb/system/bpm/web/common/BpmConst.java

+ 15
- 0
smtweb-framework/bpm/src/main/java/cc/smtweb/system/bpm/web/common/BpmConst.java 파일 보기

@@ -0,0 +1,15 @@
package cc.smtweb.system.bpm.web.common;

/**
* @Author: tanghp
* @Date: 2022-09-22 13:33
* @Desc: bpm模块的常量
*/
public interface BpmConst {
interface DataRight {
public final static String CUR_VALUE = "_CURRENT";//本区划、本机构、本部门
public final static String ALL_DEPT = "_ALL_DEPT";//全部门权限
public final static int V_SELF = 0;//不含下级
public final static int V_INCLUDE_CHILDREN = 1;//含下级
}
}

불러오는 중...
취소
저장