预告警单详细问题查看

This commit is contained in:
2024-05-29 19:00:25 +08:00
parent 2b17c8dbea
commit a8a5d58c26
3 changed files with 17 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ public enum SupervisionResponseEnum {
* A00550 ~ A00649
*/
SUPERVISION_COMMON_ERROR("A00550","监督管理模块异常"),
NO_POWER("A00550","很抱歉,该流程不是您创建的,没有权限操作")
NO_POWER("A00550","不能操作非自己创建的任务")
;
private final String code;

View File

@@ -44,6 +44,7 @@ public class WarningLeafletVO extends BaseEntity implements Serializable{
*/
private String problemId;
/**
* 单子类型1预警单2告警单
*/