技术监督模板、文件(批量)上传
This commit is contained in:
@@ -4,9 +4,8 @@ import lombok.Getter;
|
||||
|
||||
@Getter
|
||||
public enum TypeEnum {
|
||||
MONITOR_TYPE(0, "监测点表类型"),
|
||||
INTERFERENCE_TYPE(1, "指标类型"),
|
||||
SOURCE_TYPE(2, "干扰源类型");
|
||||
SOURCE_TYPE(0, "干扰源类型");
|
||||
|
||||
|
||||
private final Integer code;
|
||||
|
||||
Reference in New Issue
Block a user