流转工作流程

This commit is contained in:
2024-05-12 16:15:34 +08:00
parent 1a9beeed93
commit eb9818dd7f
71 changed files with 3810 additions and 302 deletions

View File

@@ -12,10 +12,12 @@ public enum UserNatureEnum {
BUILD_POWER_GRID(0, "新建电网工程"),
EXTEND_POWER_GRID(1, "扩建电网工程"),
BUILD_NON_LINEAR_LOAD(2, "新建非线性负荷用户"),
EXTEND_NON_LINEAR_LOAD(3, "扩建非线性负荷用户"),
BUILD_NEW_ENERGY_POWER_STATION(4, "新建新能源发电站"),
EXTEND_NEW_ENERGY_POWER_STATION(5, "扩建新能源发电站"),
SENSITIVE_USER(6, "敏感及重要用户");
private final Integer code;