Commit d0da511f authored by zhangyingbin's avatar zhangyingbin

流程类型定义枚举

parent 878cfbb5
package com.yeejoin.amos.boot.module.ugp.api.Enum;
import lombok.AllArgsConstructor;
import lombok.Getter;
@Getter
@AllArgsConstructor
public enum ProcessTypeEnum {
项目立项("project approval"),
项目结项("project closing"),
问题处理("problem handling"),
人工处理("manual handling");
String type;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment