文件记录-文件修改,文件申请,作废-流程控制
This commit is contained in:
@@ -71,7 +71,7 @@ public class RecordConstants {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 流程定义key常量
|
* 流程定义key常量 ${qmsExecutionListener}
|
||||||
*/
|
*/
|
||||||
public static class ProcessDefinitionKey{
|
public static class ProcessDefinitionKey{
|
||||||
/**
|
/**
|
||||||
@@ -81,11 +81,11 @@ public class RecordConstants {
|
|||||||
/**
|
/**
|
||||||
* 查看申请
|
* 查看申请
|
||||||
*/
|
*/
|
||||||
public static final String VIEW_APPLY_DEFINITION_KEY = "查看申请";
|
public static final String VIEW_APPLY_DEFINITION_KEY = "QMS_RECORD_APPLY";
|
||||||
/**
|
/**
|
||||||
* 作废
|
* 作废
|
||||||
*/
|
*/
|
||||||
public static final String INVALID_DEFINITION_KEY = "作废";
|
public static final String INVALID_DEFINITION_KEY = "QMS_RECORD_INVALID";
|
||||||
/**
|
/**
|
||||||
* 评审
|
* 评审
|
||||||
*/
|
*/
|
||||||
@@ -93,10 +93,10 @@ public class RecordConstants {
|
|||||||
/**
|
/**
|
||||||
* 文件提交
|
* 文件提交
|
||||||
*/
|
*/
|
||||||
public static final String RECORD_SUBMIT_DEFINITION_KEY = "QMS_RECORD_REPAIR";
|
public static final String RECORD_SUBMIT_DEFINITION_KEY = "QMS_RECORD_SUBMIT";
|
||||||
/**
|
/**
|
||||||
* 文件提交
|
* 文件修改
|
||||||
* */
|
* */
|
||||||
public static final String RECORD_UPDATE_DEFINITION_KEY = "文件修改";
|
public static final String RECORD_UPDATE_DEFINITION_KEY = "QMS_RECORD_UPDATE";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,11 +23,11 @@ public class RecordRecordPageReqVO extends PageParam {
|
|||||||
@Schema(description = "业务类型")
|
@Schema(description = "业务类型")
|
||||||
private String businessType;
|
private String businessType;
|
||||||
|
|
||||||
@Schema(description = "部门IDS")
|
// @Schema(description = "部门IDS")
|
||||||
private String departmentIds;
|
// private String departmentIds;
|
||||||
|
//
|
||||||
@Schema(description = "用户IDS")
|
// @Schema(description = "用户IDS")
|
||||||
private String userIds;
|
// private String userIds;
|
||||||
|
|
||||||
@Schema(description = "表单key")
|
@Schema(description = "表单key")
|
||||||
private String formKey;
|
private String formKey;
|
||||||
|
|||||||
@@ -38,13 +38,13 @@ public class RecordRecordRespVO {
|
|||||||
@ExcelProperty("业务类型")
|
@ExcelProperty("业务类型")
|
||||||
private String businessType;
|
private String businessType;
|
||||||
|
|
||||||
@Schema(description = "部门IDS")
|
// @Schema(description = "部门IDS")
|
||||||
@ExcelProperty("部门IDS")
|
// @ExcelProperty("部门IDS")
|
||||||
private String departmentIds;
|
// private String departmentIds;
|
||||||
|
//
|
||||||
@Schema(description = "用户IDS")
|
// @Schema(description = "用户IDS")
|
||||||
@ExcelProperty("用户IDS")
|
// @ExcelProperty("用户IDS")
|
||||||
private String userIds;
|
// private String userIds;
|
||||||
|
|
||||||
@Schema(description = "表单key")
|
@Schema(description = "表单key")
|
||||||
@ExcelProperty("表单key")
|
@ExcelProperty("表单key")
|
||||||
|
|||||||
@@ -28,11 +28,11 @@ public class RecordRecordSaveReqVO {
|
|||||||
@Schema(description = "业务类型")
|
@Schema(description = "业务类型")
|
||||||
private String businessType;
|
private String businessType;
|
||||||
|
|
||||||
@Schema(description = "部门IDS")
|
// @Schema(description = "部门IDS")
|
||||||
private String departmentIds;
|
// private String departmentIds;
|
||||||
|
//
|
||||||
@Schema(description = "用户IDS")
|
// @Schema(description = "用户IDS")
|
||||||
private String userIds;
|
// private String userIds;
|
||||||
|
|
||||||
@Schema(description = "表单key")
|
@Schema(description = "表单key")
|
||||||
private String formKey;
|
private String formKey;
|
||||||
|
|||||||
@@ -48,16 +48,16 @@ public class RecordRecordDO extends BusinessBaseDO {
|
|||||||
*/
|
*/
|
||||||
@TableField("BSN_TP")
|
@TableField("BSN_TP")
|
||||||
private String businessType;
|
private String businessType;
|
||||||
/**
|
// /**
|
||||||
* 部门IDS
|
// * 部门IDS
|
||||||
*/
|
// */
|
||||||
@TableField("DEPT_IDS")
|
// @TableField("DEPT_IDS")
|
||||||
private String departmentIds;
|
// private String departmentIds;
|
||||||
/**
|
// /**
|
||||||
* 用户IDS
|
// * 用户IDS
|
||||||
*/
|
// */
|
||||||
@TableField("USER_IDS")
|
// @TableField("USER_IDS")
|
||||||
private String userIds;
|
// private String userIds;
|
||||||
/**
|
/**
|
||||||
* 表单key
|
* 表单key
|
||||||
*/
|
*/
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user